UNPKG

@twurple/api

Version:

Interact with Twitch's API.

61 lines (60 loc) 1.34 kB
{ "name": "@twurple/api", "version": "8.0.2", "publishConfig": { "access": "public" }, "description": "Interact with Twitch's API.", "keywords": [ "twitch", "api", "stream", "helix", "chatters", "bot" ], "sideEffects": false, "type": "module", "main": "lib", "types": "lib", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "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/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": "8.0.2", "@twurple/common": "8.0.2", "retry": "^0.13.1", "tslib": "^2.0.3" }, "devDependencies": { "@twurple/auth": "8.0.2", "@types/retry": "^0.12.2" }, "peerDependencies": { "@twurple/auth": "8.0.2" }, "files": [ "LICENSE", "README.md", "lib", "!lib/**/*.d.ts.map" ] }