UNPKG

973 BJSONView Raw
1{
2 "name": "@foxtail/weapp-cli",
3 "version": "1.2.3",
4 "description": "解决微信小程序组件路径麻烦问题",
5 "bin": {
6 "foxmin": "./bin/foxmin.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/TailClub/weapp-cli.git"
11 },
12 "keywords": [
13 "weapp"
14 ],
15 "author": "Ronny.Yip",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/TailClub/weapp-cli/issues"
19 },
20 "homepage": "https://github.com/TailClub/weapp-cli#readme",
21 "dependencies": {
22 "chalk": "^2.4.1",
23 "chokidar": "^2.0.4",
24 "colors": "^1.3.0",
25 "commander": "^2.16.0",
26 "glob": "^7.1.2",
27 "inquirer": "^6.0.0",
28 "lodash": "^4.17.10",
29 "mem-fs": "^1.1.3",
30 "mem-fs-editor": "^5.1.0"
31 },
32 "main": "./bin/foxmin.js",
33 "devDependencies": {},
34 "scripts": {
35 "test": "echo \"Error: no test specified\" && exit 1"
36 }
37}