mirror of
https://github.com/remnawave/xtls-sdk-nestJS.git
synced 2026-08-28 04:18:18 +00:00
58 lines
No EOL
1.3 KiB
JSON
58 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "@remnawave/xtls-sdk-nestjs",
|
|
"version": "0.6.1",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "",
|
|
"scripts": {
|
|
"prepublish": "rm -rf build && tsc",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/remnawave/xtls-sdk-nestJS.git"
|
|
},
|
|
"homepage": "https://github.com/remnawave/xtls-sdk-nestJS#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/remnawave/xtls-sdk-nestJS/issues"
|
|
},
|
|
"dependencies": {
|
|
"@nestjs/common": "^11.1.12",
|
|
"@nestjs/core": "^11.1.12",
|
|
"nice-grpc": "^2.1.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@remnawave/xtls-sdk": ">=0.10.0"
|
|
},
|
|
"author": "Remnawave",
|
|
"keywords": [
|
|
"xtls",
|
|
"grpc",
|
|
"sdk",
|
|
"xray core api",
|
|
"typescript",
|
|
"xray",
|
|
"xray-core",
|
|
"api",
|
|
"client",
|
|
"network",
|
|
"proxy",
|
|
"protocol",
|
|
"trojan",
|
|
"vless",
|
|
"vmess",
|
|
"nestJs",
|
|
"xtls-sdk",
|
|
"xtls-sdk-nestjs"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "22.9.0",
|
|
"@typescript-eslint/eslint-plugin": "7.2.0",
|
|
"@typescript-eslint/parser": "7.2.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-plugin-prettier": "5.0.0",
|
|
"typescript": "5.6.3"
|
|
}
|
|
} |