mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-22 02:42:16 +00:00
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "sofwtarequality",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"test": "mocha --recursive --watch"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"pug": "2.0.0-beta11"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.0.0",
|
|
"mocha": "^8.0.1",
|
|
"node-mocks-http": "^1.8.1",
|
|
"nodemon": "^2.0.4",
|
|
"prettier": "2.0.5"
|
|
}
|
|
}
|