{
	"name": "@nestjs-twurple/api",
	"version": "0.2.0",
	"publishConfig": {
		"access": "public"
	},
	"description": "A NestJS wrapper for @twurple/api package",
	"keywords": [
		"nestjs",
		"nest",
		"twurple",
		"twitch",
		"api",
		"stream",
		"helix",
		"chatters",
		"bot"
	],
	"sideEffects": false,
	"main": "lib",
	"types": "lib",
	"repository": {
		"type": "git",
		"url": "https://github.com/stimulcross/nestjs-twurple.git",
		"directory": "packages/api"
	},
	"engines": {
		"node": ">=18"
	},
	"homepage": "https://github.com/stimulcross/nestjs-twurple",
	"author": "Stimul Cross <stimulcross@gmail.com>",
	"license": "MIT",
	"scripts": {
		"build": "tsc -p ./tsconfig.json",
		"rebuild": "yarn clear && yarn build",
		"clear": "rimraf lib",
		"test": "jest --config \"../../jest.config.js\" --selectProjects api --runInBand",
		"test:verbose": "jest --config \"../../jest.config.js\" --selectProjects api --verbose --runInBand"
	},
	"peerDependencies": {
		"@nestjs/common": "*",
		"@nestjs/core": "*",
		"@twurple/api": "^7",
		"@twurple/auth": "^7",
		"reflect-metadata": "^0.2.2",
		"rxjs": "*"
	},
	"devDependencies": {
		"@nestjs/common": "^10.3.10",
		"@nestjs/core": "^10.3.10",
		"@twurple/api": "^7.1.0",
		"@twurple/auth": "^7.1.0",
		"reflect-metadata": "^0.2.2",
		"rimraf": "4.4.1",
		"rxjs": "^7.8.1"
	},
	"files": [
		"LICENSE",
		"README.md",
		"lib",
		"!lib/**/*.d.ts.map"
	],
	"gitHead": "f9c9981c1c2256ab01bf2b633b86607ed7b24af2"
}
