{
  "name": "@remnawave/xtls-sdk",
  "version": "0.16.0",
  "description": "A Typescript SDK for XRAY (XTLS) Core GRPC Api",
  "keywords": [
    "api",
    "client",
    "grpc",
    "network",
    "protocol",
    "proxy",
    "sdk",
    "trojan",
    "typescript",
    "vless",
    "xray",
    "xray core api",
    "xray-core",
    "xtls"
  ],
  "homepage": "https://github.com/remnawave/xtls-sdk#readme",
  "bugs": {
    "url": "https://github.com/remnawave/xtls-sdk/issues"
  },
  "license": "AGPL-3.0-only",
  "author": "Remnawave <https://github.com/remnawave>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remnawave/xtls-sdk.git"
  },
  "files": [
    "build/**/*"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "prepublish": "rm -rf build && tsc",
    "build": "tsc"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.12.1",
    "long": "^5.3.2",
    "nice-grpc": "^2.1.16",
    "protobufjs": "^8.6.5"
  },
  "devDependencies": {
    "@types/node": ">= 24 < 25",
    "eslint-plugin-perfectionist": "5.9.1",
    "grpc-tools": "^1.13.1",
    "oxfmt": "^0.56.0",
    "oxlint": "^1.71.0",
    "tar": "^7.5.17",
    "ts-proto": "^2.11.8",
    "typescript": "~5.9.3"
  }
}
