-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 947 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 947 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
31
32
33
34
35
36
37
38
39
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --compilers ts:ts-node/register test/**/*.test.ts",
"start": "node dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.1",
"cors": "^2.8.1",
"debug": "^2.6.1",
"express": "^4.14.1",
"morgan": "^1.8.1",
"nedb": "^1.8.0"
},
"devDependencies": {
"@types/body-parser": "0.0.34",
"@types/chai": "^3.4.35",
"@types/chai-http": "0.0.30",
"@types/debug": "0.0.29",
"@types/express": "^4.0.35",
"@types/mocha": "^2.2.39",
"@types/morgan": "^1.7.32",
"@types/nedb": "0.0.31",
"@types/node": "^7.0.5",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.1",
"mocha": "^3.2.0",
"ts-node": "^2.1.0",
"typescript": "^2.1.6"
}
}