mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "pastel.codes",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx nodemon ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"node-sass-middleware": "0.11.0",
|
|
"pug": "3.0.0",
|
|
"winston": "^3.3.2"
|
|
}
|
|
}
|