rdt-client/package.json
Roger Versluis 4bea2f444f
Some checks failed
Docker Image CI / build (push) Has been cancelled
Removed arm/32 support.
2023-09-03 13:09:04 -06:00

20 lines
519 B
JSON

{
"name": "rdt-client",
"version": "2.0.35",
"description": "This is a web interface to manage your torrents on Real-Debrid.",
"main": "index.js",
"dependencies": {
"gh-release": "^7.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rogerfar/rdt-client.git"
},
"author": "Roger Far",
"license": "MIT",
"bugs": {
"url": "https://github.com/rogerfar/rdt-client/issues"
},
"homepage": "https://github.com/rogerfar/rdt-client#readme"
}