@twurple/common
Version:
Common functions used by the `@twurple` library family.
47 lines (46 loc) • 993 B
JSON
{
"name": "@twurple/common",
"version": "7.4.0",
"publishConfig": {
"access": "public"
},
"description": "Common functions used by the `@twurple` library family.",
"keywords": [
"twitch",
"common",
"functions"
],
"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/common"
},
"homepage": "https://twurple.js.org",
"author": "Daniel Fischer <daniel@d-fischer.dev>",
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^3.6.1",
"klona": "^2.0.4",
"tslib": "^2.0.3"
},
"files": [
"LICENSE",
"README.md",
"lib",
"!lib/**/*.d.ts.map",
"es",
"!es/**/*.d.ts",
"!es/**/*.d.ts.map"
]
}