-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1022 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "iconfont-manager",
"version": "2.1.0",
"description": "iconfont的自动化更新和管理",
"main": "index.js",
"scripts": {
"dev": "node ./bin/cli.js",
"test": "jest"
},
"keywords": [
"puppeteer",
"iconfont",
"update",
"manager"
],
"author": "wupeng",
"repository": {
"type": "git",
"url": "https://github.com/gaoxiaosi/iconfont-manager"
},
"homepage": "https://github.com/gaoxiaosi/iconfont-manager#README",
"license": "ISC",
"bin": {
"iconfont-manager": "./bin/cli.js"
},
"dependencies": {
"@koa/router": "^10.1.1",
"chalk": "^4.1.2",
"cli-table3": "^0.6.1",
"commander": "^8.3.0",
"compressing": "^1.5.1",
"fs-extra": "^10.0.0",
"koa": "^2.13.4",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"koa-websocket": "^6.0.0",
"open": "^8.4.0",
"ora": "^4.1.1",
"pacote": "^21.0.0",
"puppeteer": "^24.0.0",
"semver": "^7.6.3"
},
"devDependencies": {
"jest": "^27.5.1"
}
}