UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@manta-style/cli",
3 "version": "0.2.0-alpha.1",
4 "description": "A command line tool for Manta Style",
5 "author": {
6 "name": "Zhongliang Wang",
7 "email": "zwang@rebelworks.io",
8 "url": "https://github.com/Cryrivers"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/Cryrivers/manta-style"
13 },
14 "license": "MIT",
15 "publishConfig": {
16 "access": "public"
17 },
18 "bin": {
19 "ms": "./lib/index.js"
20 },
21 "scripts": {
22 "test": "echo 'No test yet'",
23 "build": "tsc -p tsconfig.json",
24 "watch": "tsc --watch -p tsconfig.json"
25 },
26 "devDependencies": {
27 "@manta-style/plugin-builder-typescript": "^0.2.0-alpha.1",
28 "@types/chokidar": "^1.7.5",
29 "@types/cli-table": "^0.3.0",
30 "@types/express": "^4.16.0",
31 "@types/find-root": "^1.1.1",
32 "@types/inquirer": "^0.0.43",
33 "@types/log-update": "^2.0.0",
34 "@types/query-string": "^6.1.0",
35 "@types/read-pkg-up": "^3.0.1",
36 "@types/resolve-from": "^0.0.18",
37 "typescript": "3.0.3"
38 },
39 "dependencies": {
40 "@manta-style/core": "^0.2.0-alpha.1",
41 "@manta-style/runtime": "^0.2.0-alpha.1",
42 "@manta-style/typescript-helpers": "^0.2.0-alpha.1",
43 "axios": "^0.18.0",
44 "chalk": "^2.4.1",
45 "chokidar": "^2.0.4",
46 "clear": "^0.1.0",
47 "cli-table": "^0.3.1",
48 "commander": "^2.17.1",
49 "express": "^4.16.3",
50 "find-root": "^1.1.0",
51 "inquirer": "^6.1.0",
52 "log-update": "^2.3.0",
53 "query-string": "^6.1.0",
54 "read-pkg-up": "^4.0.0",
55 "resolve-from": "^4.0.0"
56 },
57 "gitHead": "b5d4b28ec0ecb6450e7eba0d3c03b3250b29aa02"
58}