38 lines
949 B
JSON
38 lines
949 B
JSON
{
|
|
"name": "hensei-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|
|
"build": "tsc",
|
|
"prestart": "npm run build",
|
|
"start": "nodemon dist/server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/cors": "^2.8.7",
|
|
"@types/helmet": "0.0.48",
|
|
"@types/morgan": "^1.9.1",
|
|
"@types/sequelize": "^4.28.9",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.1.1",
|
|
"morgan": "^1.10.0",
|
|
"pg": "^8.3.3",
|
|
"sequelize": "^6.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/node": "^14.10.0",
|
|
"@types/pg": "^7.14.4",
|
|
"@types/randomstring": "^1.1.6",
|
|
"dotenv": "^8.2.0",
|
|
"nodemon": "^2.0.4",
|
|
"randomstring": "^1.1.5",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.2"
|
|
}
|
|
}
|