UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@crestron/ch5-utilities-cli",
3 "version": "0.1.49",
4 "description": "CH5 Utilities CLI for archiving and distribution",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/Crestron/CH5Utilities.git"
8 },
9 "main": "./build/index.js",
10 "bin": {
11 "ch5-cli": "./build/index.js"
12 },
13 "types": "build/@types/index.d.ts",
14 "scripts": {
15 "build": "yarn clean && yarn tsc",
16 "ch5-utils": "./build/index.js",
17 "clean": "rimraf build",
18 "create": "yarn build && yarn test",
19 "publish:local": "yarn build && yarn unlink && yarn link",
20 "publish:local:watch": "nodemon --watch 'src/**/*.ts' --exec 'yarn publish:local'",
21 "setup:local": "yarn install && yarn link @crestron/ch5-utilities && yarn build && yarn link",
22 "start": "ts-node src/index.ts",
23 "start:js": "node build/index.js",
24 "start:watch": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
25 "tsc": "tsc --declaration --declarationDir build/@types"
26 },
27 "keywords": [
28 "ch5",
29 "ch5z",
30 "cli"
31 ],
32 "author": "Crestron",
33 "license": "SEE LICENSE IN LICENSE.txt",
34 "dependencies": {
35 "@crestron/ch5-utilities": "^0.1.21",
36 "chalk": "^2.4.2",
37 "clear": "^0.1.0",
38 "commander": "^2.20.0",
39 "figlet": "^1.2.1",
40 "inquirer": "^6.3.1",
41 "path": "^0.12.7"
42 },
43 "devDependencies": {
44 "@types/node": "^12.0.2",
45 "figlet-cli": "^0.1.0",
46 "nodemon": "^1.19.0",
47 "rimraf": "^2.6.3",
48 "ts-node": "^8.1.0",
49 "typescript": "^3.4.5"
50 },
51 "files": [
52 "build/**/*",
53 "LICENSE.txt",
54 "readme.md"
55 ]
56}