-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ets-log210-typescript-node-api",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "apidoc -i src/routes/ -o dist/docs/ & node dist/index.js",
"test": "jest --coverage",
"watch": "jest --coverage --watchAll",
"build": "gulp build",
"docs": "apidoc -i src/routes/ -o dist/docs/",
"open": "open http://localhost:3001"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/chai": "^3.4.34",
"@types/chai-http": "0.0.29",
"@types/debug": "0.0.29",
"@types/express": "^4.17.8",
"@types/morgan": "^1.9.1",
"@types/node": "^6.14.11",
"apidoc": "^0.25.0",
"chai": "^3.5.0",
"chai-http": "^4.3.0",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"nyc": "^14.1.1",
"system-sleep": "^1.3.6",
"testdouble": "^3.16.1",
"testdouble-chai": "^0.5.0",
"ts-jest": "^26.3.0",
"ts-mockito": "^2.6.1",
"ts-node": "^3.3.0",
"typescript": "^3.9.7"
},
"dependencies": {
"body-parser": "^1.19.0",
"coveralls": "^3.1.0",
"debug": "^2.2.0",
"express": "^4.17.1",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"multimap": "^1.1.0",
"npm-watch": "^0.6.0"
},
"watch": {
"test": "{src,tests}/*.js"
}
}