MasterDraco cbae1d57fe Bump version to 2.0.11 with updated documentation
- Updated version number to 2.0.11 in package.json
- Updated README.md with changelog for 2.0.11
- Updated About modal in index.html to show current version
- Added detailed version history entry in About modal
- Updated copyright and version information
- Enhanced documentation with complete feature list

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-10 18:46:13 +00:00

46 lines
1.1 KiB
JSON

{
"name": "transmission-rss-manager",
"version": "2.0.11",
"description": "A comprehensive web-based tool to automate and manage your Transmission torrent downloads with RSS feed integration and intelligent media organization",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"lint": "eslint --fix --ext .js,.jsx .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://git.powerdata.dk/masterdraco/transmission-rss-manager.git"
},
"keywords": [
"transmission",
"rss",
"torrent",
"automation",
"media",
"manager"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"node-fetch": "^2.6.11",
"semver": "^7.5.4",
"transmission-promise": "^1.1.5",
"xml2js": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"jest": "^29.5.0",
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=14.0.0"
}
}