-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 874 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 874 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
{
"name": "remax-iconfont-cli",
"version": "2.0.1",
"main": "index.js",
"repository": "git@github.com:iconfont-cli/remax-iconfont-cli.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"peerDependencies": {
"react": "*"
},
"bin": {
"iconfont": "./commands/help.js",
"iconfont-init": "./commands/createJson.js",
"iconfont-remax": "./commands/index.js"
},
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^9.0.0",
"iconfont-parser": "^1.0.0",
"mini-program-iconfont-cli": "0.6.1",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.1",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^1.0.0",
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
}
}