We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ee62b commit 93a4aeeCopy full SHA for 93a4aee
package.json
@@ -1,22 +1,12 @@
1
{
2
"name": "7tv-leaderboard",
3
"version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
+ "description": "Live 7TV / StreamElements emote leaderboard tracker",
+ "author": "YourName",
6
+ "license": "MIT",
7
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "start": "vercel dev"
9
},
- "keywords": [],
10
- "author": "",
11
- "license": "ISC",
12
- "dependencies": {
13
- "better-sqlite3": "^12.4.1",
14
- "express": "^5.1.0",
15
- "node-fetch": "^3.3.2",
16
- "tmi.js": "^1.8.5",
17
- "ws": "^8.18.3"
18
- }
19
20
- "your-package-name": "github:itsbr0dyy/7TV-Live-Emote-Tracker#main"
21
+ "dependencies": {},
+ "devDependencies": {}
22
}
0 commit comments