Unignore the npm and tsc configs.
This commit is contained in:
parent
8c41b1832d
commit
6a0ed0bb6b
3 changed files with 99 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue