UNPKG

1.88 kBJSONView Raw
1{
2 "name": "@mindev/min-cli",
3 "version": "1.0.9-beta.1",
4 "description": "小程序组件化开发环境,提供 cli 支持",
5 "main": "lib/index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/meili/min-cli"
9 },
10 "scripts": {
11 "build": "rm -rf ./lib/* && ./node_modules/.bin/tsc",
12 "watch": "./node_modules/.bin/tsc -w",
13 "prepublish": "npm run build"
14 },
15 "bin": {
16 "min": "lib/bin/min.js"
17 },
18 "keywords": [],
19 "author": "Min Team",
20 "license": "MIT",
21 "devDependencies": {
22 "@types/babel-core": "^6.25.0",
23 "@types/babylon": "^6.16.2",
24 "@types/chokidar": "^1.7.1",
25 "@types/colors": "^1.1.3",
26 "@types/commander": "^2.11.0",
27 "@types/fs-extra": "^4.0.0",
28 "@types/glob": "^5.0.32",
29 "@types/highlight.js": "^9.1.10",
30 "@types/htmlparser2": "^3.7.29",
31 "@types/inquirer": "0.0.35",
32 "@types/js-beautify": "0.0.30",
33 "@types/less": "0.0.32",
34 "@types/lodash": "^4.14.71",
35 "@types/marked": "^0.3.0",
36 "@types/node": "^8.0.15",
37 "@types/recursive-readdir": "^1.2.28",
38 "tslint": "^5.9.1",
39 "tslint-config-standard": "^6.0.1",
40 "typescript": "^2.6.2"
41 },
42 "dependencies": {
43 "babel-core": "^6.25.0",
44 "change-case": "^3.0.1",
45 "chokidar": "^1.7.0",
46 "colors": "^1.1.2",
47 "commander": "^2.11.0",
48 "commitizen": "^2.9.6",
49 "fs-extra": "^4.0.1",
50 "glob": "^7.1.2",
51 "highlight.js": "^9.12.0",
52 "htmlparser2": "^3.9.2",
53 "inquirer": "^3.3.0",
54 "internal": "^1.0.8",
55 "js-beautify": "^1.6.14",
56 "lerna": "^2.1.2",
57 "less": "^2.7.2",
58 "lodash": "^4.17.4",
59 "marked": "^0.3.6",
60 "mem-fs": "^1.1.3",
61 "mem-fs-editor": "^3.0.2",
62 "npmlog": "^4.1.2",
63 "postcss": "^5.2.5",
64 "postcss-bem": "^0.4.1",
65 "postcss-calc": "^5.3.1",
66 "precss": "^2.0.0",
67 "standard-version": "^4.2.0",
68 "tslib": "^1.9.0"
69 }
70}