UNPKG

radius-read

Version:

Realtime Dashboard

55 lines 1.37 kB
{ "name": "radius-read", "version": "1.0.42", "description": "Realtime Dashboard", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Realtime", "Dashboard" ], "author": "VIS NETWORKS PVT LTD", "license": "ISC", "devDependencies": { "@types/cors": "^2.8.19", "@types/crypto-js": "^4.2.2", "@types/express": "^5.0.3", "@types/express-useragent": "^1.0.5", "@types/ini": "^4.1.1", "@types/node": "^24.0.4", "@types/request": "^2.48.12", "@types/serve-index": "^1.9.4", "@types/socket.io": "^3.0.1", "@types/socket.io-client": "^1.4.36", "@types/winston": "^2.4.4", "typescript": "^5.8.3" }, "dependencies": { "class-transformer": "^0.5.1", "cors": "^2.8.5", "crypto": "^1.0.1", "crypto-js": "^4.2.0", "express": "^5.1.0", "express-useragent": "^1.0.15", "ini": "^5.0.0", "lodash": "^4.17.21", "moment": "^2.30.1", "mysql2": "^3.14.1", "path": "^0.12.7", "reflect-metadata": "^0.2.2", "request": "^2.88.2", "serve-index": "^1.9.1", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "tslib": "^2.8.1", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" } }