{
  "helpful-urls": [
    "https://medium.com/cameron-nokes/the-30-second-guide-to-publishing-a-typescript-package-to-npm-89d93ff7bccd"
  ],
  "name": "@br8kppooint/visca",
  "version": "0.0.28",
  "description": "Advanced nodejs library for working with VISCA-based PTZ cameras over IP and over serial connections.",
  "main": "dist/visca/visca.js",
  "types": "dist/visca/visca.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "preversion": "echo ordinarily we would execute this... npm test",
    "version": "npm run build",
    "postversion": "git push && git push --tags",
    "prepare": "npm run build",
    "publish-version": "npm version patch && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/br8kpoint/node-visca.git"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "visca",
    "sony",
    "ptz",
    "camera",
    "javascript",
    "nodejs"
  ],
  "author": "Mike Fair",
  "license": "ISC",
  "dependencies": {
    "node-hid": "^2.1.1",
    "serialport": "^10.4.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/node": "^14.14.20",
    "@types/uuid": "^8.3.0",
    "typescript": "^4.1.3"
  },
  "bugs": {
    "url": "https://github.com/br8kpoint/node-visca/issues"
  },
  "homepage": "https://github.com/br8kpoint/node-visca#readme"
}
