/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/package.json
64 строки
2 KB
unocelli
Build for production
07 фев 2026, 19:15
07 фев 2026, 19:15
3bd21ce
Код
Авторство
О чём код?
{ "name": "fuxa-server", "version": "1.3.0-2697", "description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software", "main": "main.js", "scripts": { "test": "mocha --recursive --timeout 10000", "start": "node main.js", "build": "tsc" }, "author": "frangoteam <info@frangoteam.org>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/frangoteam/FUXA.git" }, "dependencies": { "@influxdata/influxdb-client": "1.25.0", "@tdengine/rest": "3.0.2", "ads-client": "2.1.0", "app-root-path": "2.2.1", "async": "3.2.3", "async-mutex": "0.5.0", "axios": "0.30.2", "bcryptjs": "2.4.3", "bluebird": "3.7.2", "body-parser": "1.20.3", "csv-parser": "3.0.0", "dayjs": "1.11.9", "express": "4.21.2", "express-rate-limit": "5.5.1", "fontkit": "^2.0.2", "fs-extra": "7.0.1", "influx": "5.9.3", "ip": "~2.0.1", "jsonwebtoken": "9.0.0", "live-plugin-manager": "0.15.1", "modbus-serial": "8.0.19", "morgan": "1.10.0", "mqtt": "4.3.7", "node-bacnet": "0.2.4", "node-opcua": "2.149.0", "node-red": "^4.1.0", "node-schedule": "2.1.1", "nodemailer": "7.0.7", "nopt": "5.0.0", "odbc": "2.4.9", "pdfmake": "0.2.5", "socket.io": "4.8.1", "sqlite3": "5.1.5", "swagger-ui-express": "^5.0.1", "winston": "3.7.2", "ws": "8.18.0", "yamljs": "^0.3.0" }, "devDependencies": { "@mapbox/node-pre-gyp": "^1.0.0", "@types/express": "5.0.0", "chai": "^5.1.2", "mocha": "^10.8.2", "sinon": "^19.0.2", "typescript": "^5.6.3" } }