-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 857 Bytes
/
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
{
"name": "sample",
"version": "0.0.1",
"scripts": {
"start": "tsc && node ./src/main.js"
},
"dependencies": {
"@sklechko/framework": "0.0.1",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.33",
"@types/express-serve-static-core": "^4.0.37",
"@types/lodash": "^4.14.37",
"@types/mime": "0.0.29",
"@types/mongodb": "^2.1.33",
"@types/node": "^6.0.45",
"@types/pg": "^6.1.33",
"@types/serve-static": "^1.7.31",
"body-parser": "1.15.1",
"ejs": "2.4.2",
"express": "4.13.4",
"lodash": "4.13.1",
"mongodb": "2.1.18",
"pg": "6.0.1"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/sinon": "^1.16.31",
"chai": "3.5.0",
"mocha": "2.5.3",
"sinon": "1.17.4",
"ts-node": "0.9.1",
"typescript": "1.8.10"
}
}