-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "getir_case_study",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"integration-test": "node_modules/mocha/bin/_mocha -u bdd --exit --timeout 999999 --colors test/integration/*.spec.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^6.12.2",
"body-parser": "^1.18.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"inversify": "^4.13.0",
"inversify-vanillajs-helpers": "^2.0.0",
"mongoose": "^5.9.20",
"reflect-metadata": "^0.1.12",
"underscore": "^1.9.1",
"winston": "^2.4.3"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.0",
"mocha-steps": "^1.3.0",
"supertest": "^3.4.2"
}
}