{
  "name": "@crestron/ch5-utilities",
  "version": "0.1.52",
  "description": "Crestron CH5 utilities",
  "repository": {
    "type": "git",
    "url": "https://github.com/Crestron/CH5Utilities.git"
  },
  "private": false,
  "main": "build/index.js",
  "bin": {
    "ch5-utilities": "./build/index.js"
  },
  "types": "build/@types/index.d.ts",
  "scripts": {
    "clean": "rimraf build",
    "tsc": "tsc --outDir build --declaration --declarationDir build/@types",
    "start": "yarn start:archive && yarn start:distribute",
    "start:archive": "ts-node src/start.ts archive",
    "start:distribute": "ts-node src/start.ts distribute",
    "start:js": "yarn build && node build/start.js archive && node build/start.js distribute",
    "start:archive:js": "yarn build && node build/start.js archive",
    "start:distribute:js": "yarn build && node build/start.js distribute",
    "build": "npm run clean && npm run tsc",
    "help": "ts-node src/index.ts",
    "publish:local": "yarn build && yarn unlink && yarn link",
    "setup:local": "yarn install && yarn build && yarn link"
  },
  "keywords": [
    "ch5",
    "ch5z"
  ],
  "author": "Crestron",
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {
    "archiver": "3.0.0",
    "fs": "0.0.1-security",
    "lodash": "^4.17.20",
    "rimraf": "2.6.3",
    "sha256-file": "^1.0.0",
    "ssh2": "0.8.2",
    "ssh2-sftp-client": "5.3.1"
  },
  "devDependencies": {
    "@types/archiver": "2.1.2",
    "@types/lodash": "4.14.123",
    "@types/node": "^11.11.5",
    "@types/rimraf": "2.0.2",
    "@types/ssh2": "0.5.38",
    "@types/ssh2-sftp-client": "5.3.0",
    "ts-node": "8.0.3",
    "typescript": "3.3.3333"
  },
  "files": [
    "build/**/*",
    "LICENSE.txt",
    "readme.md"
  ]
}
