20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node index.js",
|
|
"prod": "node -r pino-debug index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.15.0",
|
|
"pino-debug": "^1.0.3",
|
|
"stylus": "^0.54.5"
|
|
}
|
|
}
|