-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 583 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 583 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "private-trackers-spreadsheet",
"version": "1.0.0",
"description": "[Private Trackers Spreadsheet](https://hdvinnie.github.io/Private-Trackers-Spreadsheet/) - This comparative table of torrent trackers originates from discussions on [Reddit](https://www.reddit.com/r/trackers/comments/ehd7oy/new_private_trackers_spreadsheet/).",
"dependencies": {
"undici": "^6.19.8"
},
"devDependencies": {
"js-yaml": "^3.13.1"
},
"scripts": {
"update:jackett": "bun run read.js",
"dev": "bun run bun.server.ts",
"start": "bun run bun.server.ts"
}
}