-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "market-eve-rc",
"version": "1.0.0",
"description": "Market Eve API server",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --compilers ts:ts-node/register test/**/*.test.ts",
"start": "node dist/index.js"
},
"keywords": [],
"author": "Mobileways.in",
"license": "NOLICENCE",
"dependencies": {
"body-parser": "^1.15.2",
"debug": "^2.3.2",
"es6-shim": "^0.35.1",
"express": "^4.14.0",
"graceful-fs": "^4.1.10",
"minimatch": "^3.0.3",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"routing-controllers": "^0.6.6",
"typedi": "^0.4.2"
},
"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.0.34",
"@types/mocha": "^2.2.33",
"@types/morgan": "^1.7.32",
"@types/multer": "0.0.32",
"@types/node": "^6.0.48",
"@types/promise": "^7.1.30",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"g": "^2.0.1",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.3",
"mocha": "^3.1.2",
"ts-node": "^1.7.0",
"typescript": "^2.0.10"
}
}