23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "home",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^3.1.0",
|
|
"helmet": "^3.21.2",
|
|
"morgan": "^1.9.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|