@anivire/twitch-embed-ts
Version:
Twitch Embed API Typescript wrapper
35 lines (34 loc) • 781 B
JSON
{
"name": "@anivire/twitch-embed-ts",
"version": "0.0.3",
"description": "Twitch Embed API Typescript wrapper",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://twitch-embed-ts-docs.vercel.app/getting-started",
"repository": {
"url": "https://github.com/anivire/twitch-embed-ts"
},
"scripts": {
"build": "tsup ./src/index.ts"
},
"keywords": [
"twitch-embed-api",
"twitch-player",
"twitch-embed"
],
"author": {
"name": "anivire",
"url": "https://github.com/anivire"
},
"bugs": {
"url": "https://github.com/anivire/twitch-embed-ts/issues"
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"tsup": "^8.0.2"
}
}