-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "yt-comments",
"version": "1.0.0",
"description": "Calculates bfb vote numbers",
"main": "yt-comments.js",
"dependencies": {
"async": "^3.2.0",
"base64url": "^3.0.1",
"open": "^8.0.4",
"toml": "^3.0.0",
"ws": "8.11.0"
},
"devDependencies": {
"@types/async": "^3.2.3",
"@types/google.visualization": "0.0.68",
"@types/iarna__toml": "^2.0.1",
"@types/node": "^18.11.12",
"@types/ws": "^8.5.3",
"typescript": "^4.9.4"
},
"scripts": {
"prepublish": "tsc"
},
"bin": {
"yt-comments": "dist/yt-comments.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/figgyc/bracketcounter.git"
},
"keywords": [
"bfb"
],
"author": "figgyc",
"license": "MIT",
"bugs": {
"url": "https://github.com/figgyc/bracketcounter/issues"
},
"homepage": "https://github.com/figgyc/bracketcounter#readme"
}