mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 08:45:13 +02:00
feat: overhaul dockerfile
This commit is contained in:
28
torrent-stream.plugin/package.json
Normal file
28
torrent-stream.plugin/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@aleksilassila/torrent-stream.plugin",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/src/index",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"openapi:generate": "ts-node src/generate-openapi.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/axios": "^0.14.4",
|
||||
"axios": "^1.7.8",
|
||||
"express-http-proxy": "^2.1.1",
|
||||
"fast-xml-parser": "^4.5.1",
|
||||
"@aleksilassila/reiverr-shared": "*",
|
||||
"swagger-typescript-api": "^13.0.23",
|
||||
"torrent-stream": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express-http-proxy": "^1.6.6",
|
||||
"@types/torrent-stream": "^0.0.9",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user