{
  "name": "xray-manager",
  "version": "2.0.1",
  "description": "Xray 企业级管理平台 - 一键部署 + 流量配额管理 + 用户管理 | Enterprise-grade Xray management platform with one-click deployment, traffic quota, and user management",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "xray-manager": "./dist/cli.mjs",
    "xm": "./dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --noEmit && node esbuild.config.mjs",
    "build:check": "tsc --noEmit",
    "dev": "tsc --watch --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "lint": "eslint src tests --ext .ts",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "audit": "npm audit --audit-level=moderate",
    "audit:fix": "npm audit fix",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "xray",
    "vpn",
    "cli",
    "vless",
    "reality",
    "proxy",
    "chatgpt",
    "gfw",
    "firewall-bypass",
    "xtls",
    "v2ray",
    "systemd",
    "linux",
    "typescript",
    "interactive"
  ],
  "author": "DanOps-1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DanOps-1/Xray-VPN-OneClick.git"
  },
  "bugs": {
    "url": "https://github.com/DanOps-1/Xray-VPN-OneClick/issues"
  },
  "homepage": "https://github.com/DanOps-1/Xray-VPN-OneClick#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.5.0",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "clipboardy": "^4.0.0",
    "commander": "^12.1.0",
    "fuse.js": "^7.3.0",
    "ink": "^5.2.1",
    "ora": "^5.4.1",
    "qrcode-terminal": "^0.12.0",
    "react": "^18.3.1",
    "update-notifier": "^7.3.1"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "@types/qrcode-terminal": "^0.12.2",
    "@types/react": "^18.3.28",
    "@types/update-notifier": "^6.0.8",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "@vitest/coverage-v8": "^4.0.16",
    "@vitest/ui": "^4.0.16",
    "c8": "^10.1.3",
    "esbuild": "^0.28.0",
    "eslint": "^9.39.2",
    "ink-testing-library": "^4.0.0",
    "prettier": "^3.7.4",
    "react-devtools-core": "^4.28.5",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  }
}
