30 lines
635 B
JSON
30 lines
635 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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|