@twurple/api
Version:
Interact with Twitch's API.
65 lines (64 loc) • 1.46 kB
JSON
{
"name": "@twurple/api",
"version": "7.4.0",
"publishConfig": {
"access": "public"
},
"description": "Interact with Twitch's API.",
"keywords": [
"twitch",
"api",
"stream",
"helix",
"chatters",
"bot"
],
"sideEffects": false,
"main": "lib",
"types": "lib",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.js",
"import": "./es/index.mjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/twurple/twurple.git",
"directory": "packages/api"
},
"homepage": "https://twurple.js.org",
"author": "Daniel Fischer <daniel@d-fischer.dev>",
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/cache-decorators": "^4.0.0",
"@d-fischer/cross-fetch": "^5.0.1",
"@d-fischer/detect-node": "^3.0.1",
"@d-fischer/logger": "^4.2.1",
"@d-fischer/rate-limiter": "^1.1.0",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.4.0",
"@twurple/common": "7.4.0",
"retry": "^0.13.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "7.4.0",
"@types/retry": "^0.12.2"
},
"peerDependencies": {
"@twurple/auth": "7.4.0"
},
"files": [
"LICENSE",
"README.md",
"lib",
"!lib/**/*.d.ts.map",
"es",
"!es/**/*.d.ts",
"!es/**/*.d.ts.map"
]
}