UNPKG

@remnawave/xtls-sdk-nestjs

Version:

![GitHub top language](https://img.shields.io/github/languages/top/remnawave/xtls-sdk-nestjs) ![GitHub Repo stars](https://img.shields.io/github/stars/remnawave/xtls-sdk-nestjs)

58 lines 1.28 kB
{ "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" } }