-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 Bytes
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
{
"name": "github-label",
"private": true,
"version": "1.0.0",
"description": "SVG Label Rendering for Github PR Comments",
"main": "handler.js",
"scripts": {
"local": "ts-node-dev ./src/local.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@koa/router": "^9.4.0",
"koa": "^2.13.0",
"serverless-http": "^2.5.0",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/koa": "^2.11.3",
"@types/koa__router": "^8.0.2",
"@types/node": "^10.12.18",
"serverless-webpack": "^5.2.0",
"ts-loader": "^5.3.3",
"ts-node-dev": "^1.0.0-pre.57",
"typescript": "^3.2.4",
"webpack": "^4.29.0"
},
"author": "Dan Crews <crewsd@gmail.com>",
"license": "MIT"
}