{
  "name": "tailsacle-cli",
  "version": "1.260826.11425",
  "private": false,
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "tailsacle-cli": "dist/cli.js",
    "tscli": "dist/cli.js",
    "tailscale-cli-opencode": "dist/opencode-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ongtrieuphuchieu689-7u/tailscale-cli"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "docs"
  ],
  "scripts": {
    "dev": "tsx src/cli.ts",
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:types": "tsc --noEmit",
    "lint": "tsc --noEmit && prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
    "clean": "rimraf dist coverage",
    "check": "npm run typecheck && npm test",
    "prepublishOnly": "npm run check && npm run build && npm run check:secrets",
    "check:secrets": "node scripts/check-secrets.mjs",
    "smoke": "npm run build && node dist/cli.js --help && node dist/cli.js agent-manifest --json",
    "pack:check": "npm run build && npm run check:secrets && npm pack --dry-run",
    "version:bump": "node scripts/bump-version.mjs",
    "version:bump:verify": "node scripts/bump-version.mjs --verify",
    "deploy:secret-ongtrieuphuchieu689-7u": "ghcli .env.ongtrieuphuchieu689-7u",
    "deploy:secret-othauip8plus-dn": "ghcli .env.othauip8plus-dn",
    "mcp-serve": "node dist/cli.js relay-mcp-postgres --file docs/deploy/relay-mcp-postgres.json --mcp-port 8787 --mcp-bind 0.0.0.0 --token test-secret-token-12345678 --json --funnel --serve"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "commander": "^14.0.0",
    "jsonc-parser": "^3.3.1",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "@vitest/coverage-v8": "^3.2.7",
    "prettier": "^3.9.6",
    "rimraf": "^6.1.3",
    "tsx": "^4.19.0",
    "typescript": "^5.8.0",
    "vitest": "^3.1.0"
  },
  "optionalDependencies": {
    "node-windows": "^1.0.0-beta.8"
  }
}
