{
  "name": "@nolawnchairs/chromecast",
  "version": "0.4.4",
  "description": "Chromecast Abstraction",
  "main": "index.js",
  "author": "Micheel Wieczorek",
  "license": "MIT",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nolawnchairs/chromecast-js"
  },
  "bugs": {
    "url": "https://github.com/nolawnchairs/chromecast-js/issues"
  },
  "typescript": {
    "definition": "./index.d.ts"
  },
  "keywords": [
    "google-cast",
    "chromecast"
  ],
  "devDependencies": {
    "@types/chrome": "0.0.76",
    "@types/chromecast-caf-sender": "^1.0.3",
    "@types/node": "^10.12.18",
    "express": "^4.16.4",
    "nodemon": "^1.18.9",
    "tslib": "^1.13.0"
  },
  "scripts": {
    "start": "nodemon",
    "dts": "dts-bundle-generator index.ts -o types.d.ts",
    "npm-publish": "npm publish --access public"
  }
}
