{
  "name": "crestron-mediaplayer-sdk",
  "version": "0.1.1",
  "private": false,
  "description": "",
  "homepage": "https://github.com/Sight-And-Sound/Crestron-MediaPlayer-SDK#readme",
  "bugs": {
    "url": "https://github.com/Sight-And-Sound/Crestron-MediaPlayer-SDK/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sight-And-Sound/Crestron-MediaPlayer-SDK.git"
  },
  "license": "MIT",
  "author": "Roger Kok",
  "type": "commonjs",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "example": "example",
    "test": "test"
  },
  "files": [
    "/lib"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "prepare": "husky install",
    "release:major": "npm version major --no-commit-hooks && git push --follow-tags",
    "release:minor": "npm version minor --no-commit-hooks && git push --follow-tags",
    "release:patch": "npm version patch --no-commit-hooks && git push --follow-tags",
    "test": "npm run build && jest"
  },
  "dependencies": {
    "rxjs": "^7.5.7"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/node": "^16.11.4",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "eslint": "^8.1.0",
    "husky": "^7.0.0",
    "jest": "^27.0.3",
    "lint-staged": "^11.2.6",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.1",
    "typescript": "^4.1.5"
  }
}
