node-ttv
Version:
A Node.js wrapper for Twitch.tv's helix API.
27 lines (26 loc) • 498 B
JSON
{
"name": "node-ttv",
"version": "2.1.0",
"description": "A Node.js wrapper for Twitch.tv's helix API.",
"main": "dist/node-ttv.js",
"scripts": {
"tsc": "tsc",
"prepublish": "tsc",
"test": "node ./tests/test.js"
},
"keywords": [
"twitch",
"twitch.tv",
"api",
"wrapper",
"ttv",
"livestreaming",
"streaming"
],
"author": "wllew4",
"license": "MIT License",
"devDependencies": {
"@types/node": "^17.0.8",
"typescript": "^4.5.4"
}
}