ExpressTS_BoilerPlate/package.json

24 lines
508 B
JSON

{
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"npm": "^7.14.0"
},
"name": "shopperaserver2",
"version": "1.0.0",
"main": "./src/app.js",
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11"
},
"scripts": {
"build": "rm -rf dist/* && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}