hj-stream-bot/package.json
Henry Jameson 97a0f93836 update 2026
2026-01-13 22:16:12 +02:00

16 lines
318 B
JSON

{
"name": "hj-twitch-bot",
"version": "0.1.0",
"description": "HJ's twitch bot",
"main": "index.js",
"author": "twitch-bot@hjkos.com",
"license": "WTFPL",
"private": true,
"type": "module",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.11"
}
}