-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 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
{
"name": "mistergift-api",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"scripts": {
"build": "gulp && build",
"start": "node dist/app.js"
},
"dependencies": {
"@octokit/rest": "^15.2.5",
"@types/body-parser": "^1.16.4",
"@types/debug": "^0.0.29",
"@types/http-proxy-agent": "^2.0.0",
"@types/node": "^8.0.30",
"@types/restify": "^5.0.4",
"@types/restify-cors-middleware": "^1.0.1",
"@types/uuid": "^3.4.2",
"debug": "^2.6.8",
"dtrace-provider": "^0.8.5",
"gulp": "^3.9.1",
"gulp-cli": "^1.3.0",
"gulp-open": "^2.0.0",
"gulp-typescript": "^3.2.1",
"http-proxy-agent": "^2.1.0",
"proxy-agent": "^2.2.0",
"reflect-metadata": "^0.1.12",
"restify": "^5.2.0",
"restify-cors-middleware": "^1.1.0",
"typescript": "^2.5.2"
}
}