-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 880 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
{
"name": "pivotal-tracker-status-updates",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist/",
"start:dev": "npm run clean && npm run build && node dist/main.js",
"start": "npm install && node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^15.9.5",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-router": "^7.0.31",
"axios": "^0.18.0",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"pivotaltracker": "^0.1.4"
},
"devDependencies": {
"@types/jsonwebtoken": "^7.2.8",
"@types/koa": "^2.0.46",
"@types/lodash": "^4.14.116",
"@types/mongodb": "^3.1.3",
"typescript": "^3.0.1"
}
}