{ "name": "thingsboard-web-ui", "private": true, "version": "3.4.0", "description": "ThingsBoard Web UI Microservice", "main": "server.js", "bin": "server.js", "scripts": { "pkg": "pkg -t node16-linux-x64,node16-win-x64 --out-path ./target . && node install.js", "test": "echo \"Error: no test specified\" && exit 1", "start": "WEB_FOLDER=./target/web nodemon server.js", "start-prod": "NODE_ENV=production nodemon server.js" }, "dependencies": { "compression": "^1.7.4", "config": "^3.3.7", "connect-history-api-fallback": "^1.6.0", "express": "^4.18.1", "http": "0.0.0", "http-proxy": "^1.18.1", "js-yaml": "^4.1.0", "winston": "^3.7.2", "winston-daily-rotate-file": "^4.7.1" }, "nyc": { "exclude": [ "test", "__tests__", "node_modules", "target" ] }, "devDependencies": { "fs-extra": "^10.1.0", "nodemon": "^2.0.16", "pkg": "^5.7.0" }, "pkg": { "assets": [ "node_modules/config/**/*.*" ] }, "resolutions": { "color-string": "^1.5.5", "follow-redirects": "^1.14.8", "minimist": "^1.2.6" } }