rdt-client/package.json
Roger Versluis ca463fa9fd
Some checks failed
Docker Image CI / build (push) Has been cancelled
Fixed docker build as .NET8 isn't published yet.
2023-11-14 15:16:14 -07:00

20 lines
519 B
JSON

{
"name": "rdt-client",
"version": "2.0.42",
"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"
}