mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-07-16 00:49:51 +00:00
Architecture du projet avec Express et Mocha
This commit is contained in:
20
SofwtareQuality/package.json
Normal file
20
SofwtareQuality/package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "sofwtarequality",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www",
|
||||
"test": "mocha"
|
||||
},
|
||||
"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": {
|
||||
"mocha": "^8.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user