{
  "name": "stremio-addon-sdk",
  "version": "1.6.10",
  "description": "An SDK for making and publishing Stremio add-ons",
  "main": "./src/index.js",
  "scripts": {
    "pretest": "eslint --ignore-path .gitignore .",
    "test": "tape test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stremio/stremio-addon-sdk.git"
  },
  "keywords": [
    "stremio",
    "addons",
    "video",
    "streaming"
  ],
  "author": "Smart Code OOD",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stremio/stremio-addon-sdk/issues"
  },
  "bin": {
    "addon-bootstrap": "./cli/bootstrap.js"
  },
  "homepage": "https://github.com/Stremio/stremio-addon-sdk#readme",
  "dependencies": {
    "chalk": "^2.4.2",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "inquirer": "^6.2.2",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.3.0",
    "opn": "^5.4.0",
    "router": "^1.3.3",
    "stremio-addon-linter": "^1.7.0"
  },
  "devDependencies": {
    "eslint": "^5.13.0",
    "stremio-addon-client": "https://github.com/Stremio/stremio-addon-client.git#v1.16.1",
    "supertest": "^3.3.0",
    "tape": "^4.9.0"
  }
}
