UNPKG

@twurple/api-call

Version:

A light wrapper around the Twitch API.

50 lines (49 loc) 1.06 kB
{ "name": "@twurple/api-call", "version": "7.4.0", "publishConfig": { "access": "public" }, "description": "A light wrapper around the Twitch API.", "keywords": [ "twitch", "api", "stream", "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-call" }, "homepage": "https://twurple.js.org", "author": "Daniel Fischer <daniel@d-fischer.dev>", "funding": "https://github.com/sponsors/d-fischer", "license": "MIT", "dependencies": { "@d-fischer/cross-fetch": "^5.0.1", "@d-fischer/qs": "^7.0.2", "@d-fischer/shared-utils": "^3.6.1", "@twurple/common": "7.4.0", "tslib": "^2.0.3" }, "files": [ "LICENSE", "README.md", "lib", "!lib/**/*.d.ts.map", "es", "!es/**/*.d.ts", "!es/**/*.d.ts.map" ] }