-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 829 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 829 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
31
32
33
34
35
36
37
38
{
"name": "ipapk",
"version": "0.0.9",
"description": "一个用于生成ipa/apk静态下载页面的工具",
"main": "ipapk.js",
"bin": {
"ipapk": "ipapk.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bansky",
"license": "MIT",
"dependencies": {
"app-info-parser": "^0.3.13",
"commander": "^6.2.0",
"filesize": "^6.1.0",
"fs-extra": "^9.0.1",
"koa": "^2.13.0",
"koa-static": "^5.0.0",
"merge": "^2.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/BanKnight/ipapk.git"
},
"keywords": [
"ipa",
"apk",
"static",
"js"
],
"bugs": {
"url": "https://github.com/BanKnight/ipapk/issues"
},
"homepage": "https://github.com/BanKnight/ipapk#readme"
}