mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
37 lines
856 B
JSON
Executable File
37 lines
856 B
JSON
Executable File
{
|
|
"name": "@comty/server",
|
|
"version": "0.70.0",
|
|
"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",
|
|
"chalk": "4.1.2",
|
|
"dotenv": "^16.4.4",
|
|
"http-proxy": "^1.18.1",
|
|
"linebridge": "^0.18.1",
|
|
"module-alias": "^2.2.3",
|
|
"nodejs-snowflake": "^2.0.1",
|
|
"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"
|
|
}
|
|
}
|