fix: fix testing torrents container
This commit is contained in:
@@ -1,22 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"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"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"utf-8-validate",
|
||||
"node-datachannel",
|
||||
"utp-native"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user