{
  "name": "@synapticon/motion-master-client",
  "version": "2.3.0-beta.0",
  "private": false,
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/synapticon/motion-master-client.git"
  },
  "scripts": {
    "build": "npx tsc --build tsconfig.json",
    "watch": "npx tsc --watch",
    "motion-master-client": "node dist/cli.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "licenses": "npx license-checker --csv --out tmp/licenses.csv --customPath licenses.format.json"
  },
  "bin": {
    "motion-master-client": "dist/cli.js"
  },
  "author": "Marko Sanković <msankovic@synapticon.com> (https://github.com/markosankovic)",
  "license": "MIT",
  "dependencies": {
    "@synapticon/motion-master-proto": "^5.2.2",
    "commander": "^6.1.0",
    "debug": "^4.1.1",
    "lodash": "^4.17.20",
    "long": "^4.0.0",
    "rxjs": "^6.6.3",
    "uuid": "^8.3.0",
    "yaml": "^1.10.0"
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/lodash": "^4.14.161",
    "@types/node": "^14.6.4",
    "@types/uuid": "^8.3.0",
    "@types/yaml": "^1.9.7",
    "license-checker": "^25.0.1",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7"
  }
}
