Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/twitch

package.json

42 lines · 1.3 KB · JSON
{
	"name": "@kody/twitch",
	"version": "1.0.0",
	"description": "Look up Twitch users, channels, streams, and follows, with dry-run chat and channel updates.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./get-me": "./src/get-me.ts",
		"./get-user": "./src/get-user.ts",
		"./get-channel": "./src/get-channel.ts",
		"./get-stream": "./src/get-stream.ts",
		"./list-follows": "./src/list-follows.ts",
		"./list-followers": "./src/list-followers.ts",
		"./list-followed-streams": "./src/list-followed-streams.ts",
		"./list-chatters": "./src/list-chatters.ts",
		"./send-chat-message": "./src/send-chat-message.ts",
		"./update-channel-info": "./src/update-channel-info.ts",
		"./request": "./src/request.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"kody": {
		"id": "twitch",
		"name": "Twitch",
		"description": "Look up Twitch users, channels, streams, and follows, with dry-run chat and channel updates.",
		"category": "integrations",
		"tags": [
			"twitch",
			"streaming",
			"helix",
			"oauth",
			"follows"
		],
		"searchText": "twitch helix oauth user channel stream live follows followers chat chatters broadcast title game dryRun confirm smoke-test connect reconnect Client-Id get users get streams get channel information"
	},
	"license": "MIT",
	"private": false
}