{ "name": "@comty/server", "version": "0.60.2", "license": "MIT", "workspaces": [ "services/*" ], "private": true, "scripts": { "build": "hermes build", "dev": "cross-env NODE_ENV=development hermes-node ./index.js", "run:prod": "cross-env NODE_ENV=production node ./dist/index.js" }, "dependencies": { "@gullerya/object-observer": "^6.1.3", "@infisical/sdk": "^2.1.8", "@ragestudio/hermes": "^0.1.1", "axios": "^1.6.7", "bcrypt": "^5.1.1", "chalk": "4.1.2", "cli-color": "^2.0.3", "clui": "^0.3.6", "dotenv": "^16.4.4", "http-proxy-middleware": "^2.0.6", "hyper-express": "^6.14.12", "jsonwebtoken": "^9.0.2", "linebridge": "^0.16.0", "module-alias": "^2.2.3", "p-map": "^4.0.0", "p-queue": "^7.3.4", "spinnies": "^0.5.1" }, "devDependencies": { "chai": "^5.1.0", "cross-env": "^7.0.3", "mocha": "^10.3.0", "nodemon": "^3.0.3" }, "resolutions": { "string-width": "4.2.3" } }