{
  "name": "passport-twitch-strategy",
  "version": "2.2.0",
  "main": "./dist/index.js",
  "description": "Twitch (OAuth) authentication strategies for Passport. v5",
  "scripts": {
    "prepublishOnly": "rollup -c"
  },
  "keywords": [
    "passport",
    "twitch",
    "twitch-v5",
    "auth",
    "authn",
    "authentication",
    "identity",
    "oauth",
    "oauth2",
    "strategy"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/d-relay/passport-twitch-strategy"
  },
  "bugs": {
    "url": "http://github.com/d-relay/passport-twitch-strategy/issues"
  },
  "author": {
    "name": "Tymchenko",
    "email": "andrijmessia@gmail.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "dependencies": {
    "node-fetch": "^2.6.1",
    "passport-oauth2": "^1.5.0"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@types/node": "^14.14.20",
    "@types/node-fetch": "^2.5.7",
    "@types/oauth": "^0.9.1",
    "@types/passport": "^1.0.5",
    "rollup": "^2.36.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "ts-node": "^9.1.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
