mirror of
https://github.com/remnawave/node.git
synced 2026-09-02 00:20:36 +00:00
- Adds mutex-based locks for inbound user management - Implements parallel processing for user extraction with concurrency limits - Improves error handling and logging across core services - Moves Xray version detection to environment variable
91 lines
No EOL
2.9 KiB
JSON
91 lines
No EOL
2.9 KiB
JSON
{
|
|
"name": "@remnawave/node",
|
|
"version": "2.1.3",
|
|
"description": "Remnawave Node",
|
|
"private": false,
|
|
"type": "commonjs",
|
|
"license": "AGPL-3.0-only",
|
|
"author": "REMNAWAVE <github.com/remnawave>",
|
|
"homepage": "https://github.com/remnawave",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remnawave/node"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/remnawave/node/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "nest build",
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"start": "nest start",
|
|
"start:dev": "NODE_ENV=development nest start --watch",
|
|
"start:debug": "NODE_ENV=development nest start --debug --watch",
|
|
"start:prod": "NODE_ENV=production node --max-http-header-size=65536 dist/src/main",
|
|
"start:bun": "NODE_ENV=production bun run dist/src/main",
|
|
"prepare": "husky",
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
|
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
"lint:fix:imports": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix --rule 'perfectionist/sort-imports: error'",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@henrygd/semaphore": "^0.0.2",
|
|
"@nestjs/common": "11.1.6",
|
|
"@nestjs/config": "4.0.2",
|
|
"@nestjs/core": "11.1.6",
|
|
"@nestjs/jwt": "11.0.0",
|
|
"@nestjs/passport": "11.0.5",
|
|
"@nestjs/platform-express": "11.1.6",
|
|
"@remnawave/hashed-set": "^0.0.4",
|
|
"@remnawave/supervisord-nestjs": "0.1.1",
|
|
"@remnawave/xtls-sdk": "0.5.0",
|
|
"@remnawave/xtls-sdk-nestjs": "0.4.0",
|
|
"compression": "^1.8.1",
|
|
"enhanced-ms": "^4.1.0",
|
|
"helmet": "^8.1.0",
|
|
"husky": "9.1.7",
|
|
"morgan": "^1.10.1",
|
|
"nest-winston": "^1.10.2",
|
|
"nestjs-zod": "4.3.1",
|
|
"node-supervisord": "^1.0.6-rc.2",
|
|
"object-hash": "^3.0.0",
|
|
"p-map": "^7.0.3",
|
|
"p-retry": "^6.2.1",
|
|
"passport": "0.7.0",
|
|
"passport-jwt": "4.0.1",
|
|
"pkg-types": "^2.3.0",
|
|
"pretty-bytes": "^6.1.1",
|
|
"reflect-metadata": "0.2.2",
|
|
"rxjs": "7.8.2",
|
|
"semver": "^7.7.2",
|
|
"systeminformation": "^5.27.7",
|
|
"table": "^6.9.0",
|
|
"winston": "^3.17.0",
|
|
"zod": "3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/cli": "11.0.10",
|
|
"@nestjs/schematics": "11.0.7",
|
|
"@types/compression": "^1.8.1",
|
|
"@types/express": "^5.0.3",
|
|
"@types/morgan": "^1.9.10",
|
|
"@types/node": "^22.17.2",
|
|
"@types/object-hash": "^3.0.6",
|
|
"@types/passport-jwt": "^4.0.1",
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "8.40.0",
|
|
"@typescript-eslint/parser": "8.40.0",
|
|
"eslint": "9.33.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-paths": "^1.1.0",
|
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"knip": "^5.62.0",
|
|
"prettier": "^3.6.2",
|
|
"source-map-support": "^0.5.21",
|
|
"ts-loader": "9.5.2",
|
|
"ts-node": "10.9.2",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
} |