-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.05 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
43
44
45
46
47
48
49
50
{
"name": "@jswork/sync-uni-wxcomponents",
"version": "1.0.11",
"description": "Sync uniapp node_modules for mp-weixin components.",
"bin": {
"sync-uni-wxcomponents": "./bin/run",
"suwx": "./bin/run"
},
"scripts": {
"release": "release-it"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/fileutils": "^1.0.6",
"@jswork/next": "^1.1.11",
"@jswork/next-rw-json": "^1.0.3",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"esm": "^3.2.25",
"find-up": "5",
"globby": "^11.1.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.5",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0"
},
"keywords": [
"mp-weixin",
"sync",
"uni",
"uniapp",
"weixin",
"wx",
"wxcomponents",
"suwx"
],
"repository": {
"type": "git",
"url": "https://github.com/afeiship/boilerplate-cli.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}