konobangu/packages/testing-torrents/package.json
2025-04-05 10:40:48 +08:00

31 lines
640 B
JSON

{
"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",
"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": [
"bufferutil",
"esbuild",
"node-datachannel",
"utf-8-validate",
"utp-native"
]
}
}