mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
55 lines
1.2 KiB
JSON
Executable File
55 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "@comty/server",
|
|
"version": "0.70.0",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"services/*"
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"start:prod": "cross-env NODE_ENV=production hermes-node ./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",
|
|
"chalk": "4.1.2",
|
|
"comty.js": "^0.60.3",
|
|
"dotenv": "^16.4.4",
|
|
"http-proxy": "^1.18.1",
|
|
"ioredis": "^5.4.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"linebridge": "^0.20.3",
|
|
"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"
|
|
},
|
|
"pkg": {
|
|
"targets": [
|
|
"node18-linux-arm64"
|
|
],
|
|
"outputPath": "dist"
|
|
}
|
|
}
|