comty/packages/server/package.json

51 lines
1.2 KiB
JSON
Executable File

{
"name": "@comty/server",
"version": "1.26.5@alpha",
"license": "ComtyLicense",
"private": true,
"workspaces": [
"services/*"
],
"scripts": {
"start:prod": "cross-env NODE_ENV=production linebridge-boot ./index.js",
"dev": "cross-env NODE_ENV=development hermes-node ./index.js",
"build:bin": "cd build && pkg ./index.js"
},
"dependencies": {
"@gullerya/object-observer": "^6.1.3",
"@infisical/sdk": "^2.1.8",
"@ragestudio/hermes": "^0.1.1",
"axios": "^1.7.4",
"bcrypt": "^5.1.1",
"bull": "^4.16.5",
"chalk": "4.1.2",
"comty.js": "^0.60.3",
"dotenv": "^16.4.4",
"http-proxy": "^1.18.1",
"hyper-express": "^6.17.2",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"linebridge": "^0.22.0",
"minio": "^8.0.1",
"module-alias": "^2.2.3",
"mongoose": "^8.5.3",
"nodejs-snowflake": "^2.0.1",
"qs": "^6.13.0",
"signal-exit": "^4.1.0",
"spinnies": "^0.5.1",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.11",
"chai": "^5.1.0",
"cross-env": "^7.0.3",
"mocha": "^10.3.0",
"pkg": "^5.8.1"
},
"resolutions": {
"string-width": "4.2.3"
}
}