pastel.codes/package.json

21 lines
453 B
JSON
Raw Normal View History

2020-06-17 22:34:29 +01:00
{
"name": "pastel.codes",
"version": "0.0.0",
"private": true,
"scripts": {
2020-06-22 21:46:41 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www"
2020-06-17 22:34:29 +01:00
},
"dependencies": {
2020-06-22 21:46:41 +01:00
"app-root-path": "^3.0.0",
"cookie-parser": "1.4.4",
"debug": "4.1.1",
"express": "4.17.1",
"http-errors": "1.7.3",
"morgan": "1.10.0",
2020-06-17 22:34:29 +01:00
"node-sass-middleware": "0.11.0",
2020-06-22 21:46:41 +01:00
"pug": "3.0.0",
"winston": "^3.3.2"
2020-06-17 22:34:29 +01:00
}
}