UNPKG

885 BJSONView Raw
1{
2 "name": "@chlorophytum/cli",
3 "version": "0.10.2",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "bin": {
8 "chlorophytum": "./bin/_startup"
9 },
10 "scripts": {
11 "clean": "rimraf lib .build-cache",
12 "build": "tsc --build",
13 "test": "ava --verbose"
14 },
15 "author": "Renzhi Li (aka. Belleve Invis)",
16 "license": "MIT",
17 "dependencies": {
18 "@chlorophytum/arch": "^0.10.2",
19 "@chlorophytum/cli-proc": "^0.10.2",
20 "@chlorophytum/hint-store-memory": "^0.10.2",
21 "@chlorophytum/util-json": "^0.10.2",
22 "commander": "^4.1.0",
23 "json5": "^2.1.1",
24 "lodash": "^4.17.14",
25 "tslib": "^2.0.1"
26 },
27 "devDependencies": {
28 "@types/json5": "^0.0.30",
29 "@types/lodash": "^4.14.140",
30 "ava": "^1.4.1"
31 },
32 "ava": {
33 "files": [
34 "lib/**/*.test.js"
35 ]
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "8c7e1b5163e45c9a071fc5b8ab6ca7c00f1346e4"
41}