UNPKG

@remnawave/xtls-sdk

Version:

A Typescript SDK for XRAY (XTLS) Core GRPC Api

64 lines (63 loc) 1.52 kB
{ "name": "@remnawave/xtls-sdk", "version": "0.14.0", "description": "A Typescript SDK for XRAY (XTLS) Core GRPC Api", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build/**/*" ], "scripts": { "prepublish": "rm -rf build && tsc", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/remnawave/xtls-sdk.git" }, "homepage": "https://github.com/remnawave/xtls-sdk#readme", "bugs": { "url": "https://github.com/remnawave/xtls-sdk/issues" }, "author": "Remnawave <https://github.com/remnawave>", "license": "AGPL-3.0-only", "keywords": [ "xtls", "grpc", "sdk", "xray core api", "typescript", "xray", "xray-core", "api", "client", "network", "proxy", "protocol", "trojan", "vless" ], "dependencies": { "long": "^5.3.2", "nice-grpc": "^2.1.15", "protobufjs": "^8.0.1", "@bufbuild/protobuf": "^2.11.0" }, "devDependencies": { "tar": "^7.5.9", "@types/node": "^24.10.2", "grpc-tools": "^1.13.1", "ts-proto": "^2.11.2", "typescript": "^5.9.3", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "eslint": "9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-paths": "^1.1.0", "eslint-plugin-perfectionist": "^4.15.1", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.7.4", "tsconfig-paths": "^4.2.0", "typescript-eslint": "^8.49.0" } }