You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
627 B
JSON

{
"name": "monoschinos-api-ts",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon dotenv/config src/index.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.22",
"morgan": "^1.10.0",
"nodemon": "^2.0.14",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-html-parser": "^5.1.0"
}
}