{
	"private": false,
	"dependencies": {
		"passport-oauth2": "^1.4.0"
	},
	"description": "Twitch authentication strategy using Helix for Passport. Supports the April 2020 Twitch changes!",
	"devDependencies": {
		"@types/jest": "^27.0.2",
		"@types/node": "^16.11.1",
		"@types/passport-oauth2": "^1.4.11",
		"@typescript-eslint/eslint-plugin": "^5.4.0",
		"eslint": "^8.2.0",
		"eslint-config-recommended": "^4.1.0",
		"eslint-plugin-eslint-comments": "^3.2.0",
		"jest": "^27.3.1",
		"passport": "^0.5.0",
		"prettier": "^2.4.1",
		"ts-jest": "^27.0.7",
		"ts-node": "^10.4.0",
		"typedoc": "^0.22.9",
		"typedoc-plugin-markdown": "^3.11.6",
		"typescript": "^4.4.4"
	},
	"files": [
		"dist/**/*"
	],
	"keywords": [
		"passport",
		"new",
		"twitch",
		"auth",
		"authn",
		"authentication",
		"identity",
		"oauth",
		"oauth2",
		"strategy",
		"helix",
		"webpack"
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/hewmen/passport-twitch.git"
	},
	"author": {
		"name": "Hewmen",
		"email": "development@hewmen.io"
	},
	"main": "./dist/cjs/index.js",
	"name": "@hewmen/passport-twitch",
	"scripts": {
		"build": "tsc --p ./tsconfig.build.json",
		"format": "prettier --write \"**/*.{js,json,md,ts}\"",
		"prepare": "npm run build",
		"test": "jest",
		"lint": "eslint ./src",
		"docs": "typedoc --out ./docs ./src/index.ts",
		"example": "ts-node ./example/index.ts"
	},
	"types": "./dist/cjs/index.d.ts",
	"version": "1.0.4",
	"license": "MIT",
	"engines": {
		"node": ">=10"
	},
	"publishConfig": {
		"access": "public"
	}
}
