28 lines
789 B
JSON
28 lines
789 B
JSON
{
|
|
"name": "bit-stats-tracker",
|
|
"version": "1.0.0",
|
|
"description": "Tracks bit donation information in a specific Twitch channel.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Tyler-A/bit-stats-tracker.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Tyler-A/bit-stats-tracker/issues"
|
|
},
|
|
"homepage": "https://github.com/Tyler-A/bit-stats-tracker#readme",
|
|
"dependencies": {
|
|
"@types/node": "^13.1.4",
|
|
"@types/request": "^2.48.4",
|
|
"@types/request-promise-native": "^1.0.17",
|
|
"@types/tmi.js": "^1.4.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.8",
|
|
"tmi.js": "^1.5.0"
|
|
}
|
|
}
|