UNPKG

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