- Incremented version to 9.3.0 (versionCode: 93000) - Added Telegram integration for device notifications - Implemented token-based verification system - Enhanced device registry with IP/country detection - Added split token verification for admin/user validation - Improved dashboard with real-time notifications - Enhanced blocking system with token verification - Added geo-location tracking for devices - Improved device management interface - Enhanced security controls and monitoring 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "streamplayer-device-dashboard",
|
|
"version": "1.0.0",
|
|
"description": "Dashboard ligero para controlar instalaciones del APK StreamPlayer",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"author": "StreamPlayer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"geoip-lite": "^1.4.6",
|
|
"morgan": "^1.10.0",
|
|
"request-ip": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|