35 lines
828 B
JSON
35 lines
828 B
JSON
{
|
|
"name": "fake-log",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"watch": "nodemon ./bin/www",
|
|
"test": "jshint src/ app.js --verbose"
|
|
},
|
|
"dependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"body-parser": "~1.19.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"csrf": "^3.1.0",
|
|
"date-fns": "^2.23.0",
|
|
"debug": "^4.3.2",
|
|
"express": "~4.17.1",
|
|
"express-subdomain": "^1.0.5",
|
|
"lodash": "latest",
|
|
"md5": "^2.3.0",
|
|
"morgan": "~1.10.0",
|
|
"node-sass-middleware": "git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
|
|
"pug": "^3.0.2",
|
|
"serve-favicon": "~2.5.0",
|
|
"uuidv4": "^6.2.12"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.13.1",
|
|
"nodemon": "^2.0.12"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|