mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
46 lines
1.0 KiB
JSON
Executable File
46 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "@comty/server",
|
|
"version": "1.27.3@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": "^1.0.0",
|
|
"axios": "^1.7.4",
|
|
"bcrypt": "^5.1.1",
|
|
"bull": "^4.16.5",
|
|
"bullmq": "^5.41.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.8",
|
|
"minio": "^8.0.1",
|
|
"module-alias": "^2.2.3",
|
|
"mongoose": "^8.5.3",
|
|
"signal-exit": "^4.1.0",
|
|
"spinnies": "^0.5.1",
|
|
"tree-kill": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"mocha": "^10.3.0"
|
|
},
|
|
"resolutions": {
|
|
"string-width": "4.2.3"
|
|
}
|
|
}
|