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.
33 lines
857 B
JSON
33 lines
857 B
JSON
{
|
|
"name": "monoschinos-api-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc ",
|
|
"dev": "nodemon src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/cheerio": "^0.22.28",
|
|
"@types/cors": "^2.8.10",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/express": "^4.17.11",
|
|
"@types/morgan": "^1.9.2",
|
|
"nodemon": "^2.0.7",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
} |