feat: add testing-torrents
This commit is contained in:
22
packages/testing-torrents/package.json
Normal file
22
packages/testing-torrents/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@konobangu/testing-torrents",
|
||||
"version": "0.0.1",
|
||||
"description": "Kono bangumi? Testing Torrents",
|
||||
"main": "main.ts",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"start": "tsx main.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/static": "^8.1.1",
|
||||
"bittorrent-tracker": "^11.2.1",
|
||||
"create-torrent": "^6.1.0",
|
||||
"fastify": "^5.2.2",
|
||||
"tsx": "^4.19.2",
|
||||
"webtorrent": "^2.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/create-torrent": "^5.0.2",
|
||||
"@types/webtorrent": "^0.110.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user