UNPKG

1.89 kBJSONView Raw
1{
2 "name": "@crestron/ch5-utilities",
3 "version": "99.0.33",
4 "description": "Crestron CH5 utilities",
5 "private": false,
6 "main": "build/index.js",
7 "bin": {
8 "ch5-utilities": "./build/index.js"
9 },
10 "types": "build/@types/index.d.ts",
11 "scripts": {
12 "clean": "rimraf build",
13 "tsc": "tsc --outDir build --declaration --declarationDir build/@types",
14 "start": "yarn start:archive && yarn start:distribute",
15 "start:archive": "ts-node src/start.ts archive",
16 "start:distribute": "ts-node src/start.ts distribute",
17 "start:js": "yarn build && node build/start.js archive && node build/start.js distribute",
18 "start:archive:js": "yarn build && node build/start.js archive",
19 "start:distribute:js": "yarn build && node build/start.js distribute",
20 "copy": "copy-files-from-to --config copy.json",
21 "build": "npm run clean && npm run tsc",
22 "help": "ts-node src/index.ts",
23 "publish:local": "yarn build && yarn unlink && yarn link",
24 "setup:local": "yarn install && yarn build && yarn link"
25 },
26 "keywords": [
27 "ch5",
28 "ch5z"
29 ],
30 "author": "Crestron",
31 "license": "SEE LICENSE IN LICENSE.txt",
32 "dependencies": {
33 "archiver": "3.0.0",
34 "async": "^2.6.2",
35 "copy-files-from-to": "1.1.0",
36 "fs": "0.0.1-security",
37 "lodash": "4.17.11",
38 "readline-sync": "1.4.9",
39 "rimraf": "2.6.3",
40 "sha256-file": "^1.0.0",
41 "ssh2": "0.8.2",
42 "ssh2-sftp-client": "2.5.0"
43 },
44 "devDependencies": {
45 "@types/archiver": "2.1.2",
46 "@types/async": "^2.4.1",
47 "@types/lodash": "4.14.123",
48 "@types/node": "^11.11.5",
49 "@types/readline-sync": "1.4.3",
50 "@types/rimraf": "2.0.2",
51 "@types/ssh2": "0.5.38",
52 "@types/ssh2-sftp-client": "2.4.1",
53 "ts-node": "8.0.3",
54 "tsc": "1.20150623.0",
55 "typescript": "3.3.3333"
56 },
57 "files": [
58 "build/**/*",
59 "LICENSE.txt",
60 "readme.md"
61 ]
62}