-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "extension-builder",
"version": "2.3.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ColinTree/extension-builder.git"
},
"author": "ColinTree",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ColinTree/extension-builder/issues"
},
"homepage": "https://github.com/ColinTree/extension-builder#readme",
"dependencies": {
"@octokit/rest": "^16.16.3",
"adm-zip": "^0.4.13",
"config": "^3.2.4",
"fs-extra": "^7.0.1",
"klaw-sync": "^6.0.0",
"koa": "^2.10.0",
"koa-body": "^4.1.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"shelljs": "^0.8.3"
},
"scripts": {
"start": "cd build && pm2-runtime start server.js"
},
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/config": "0.0.35",
"@types/fs-extra": "^5.0.5",
"@types/klaw-sync": "^6.0.0",
"@types/koa": "^2.0.51",
"@types/koa-router": "^7.0.42",
"@types/koa-static": "^4.0.1",
"@types/shelljs": "^0.8.3"
}
}