2021-06-09 13:22:07 +03:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-01-13 22:16:12 +02:00
|
|
|
"node-fetch": "^2.6.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "2.3.11"
|
2021-06-09 13:22:07 +03:00
|
|
|
}
|
|
|
|
|
}
|