UNPKG

2.16 kBJSONView Raw
1{
2 "name": "@manta-style/cli",
3 "version": "0.2.0-alpha.16",
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/builder-flowtype": "^0.2.0-alpha.16",
28 "@manta-style/builder-typescript": "^0.2.0-alpha.16",
29 "@manta-style/helpers": "^0.2.0-alpha.16",
30 "@types/chokidar": "^1.7.5",
31 "@types/cli-table": "^0.3.0",
32 "@types/express": "^4.16.1",
33 "@types/find-root": "^1.1.1",
34 "@types/inquirer": "^0.0.43",
35 "@types/log-update": "^2.0.0",
36 "@types/node": "^10.12.18",
37 "@types/query-string": "^6.2.0",
38 "@types/read-pkg-up": "^3.0.1",
39 "@types/resolve-from": "^4.0.0",
40 "typescript": "3.2.4"
41 },
42 "dependencies": {
43 "@manta-style/core": "^0.2.0-alpha.16",
44 "@manta-style/flowtype-helpers": "^0.2.0-alpha.16",
45 "@manta-style/mock-example": "^0.2.0-alpha.16",
46 "@manta-style/mock-range": "^0.2.0-alpha.16",
47 "@manta-style/runtime": "^0.2.0-alpha.16",
48 "@manta-style/server-restful": "^0.2.0-alpha.16",
49 "@manta-style/typescript-helpers": "^0.2.0-alpha.16",
50 "axios": "^0.18.0",
51 "chalk": "^2.4.2",
52 "chokidar": "^2.0.4",
53 "clear": "^0.1.0",
54 "cli-table": "^0.3.1",
55 "commander": "^2.19.0",
56 "express": "^4.16.4",
57 "find-root": "^1.1.0",
58 "inquirer": "^6.2.1",
59 "log-update": "^2.3.0",
60 "pretty-error": "^2.1.1",
61 "query-string": "^6.2.0",
62 "read-pkg-up": "^4.0.0",
63 "resolve-from": "^4.0.0",
64 "rollup": "^1.1.2"
65 }
66}