{
  "name": "langmart-gateway-type3",
  "version": "3.0.52",
  "description": "LangMart Type 3 Gateway - Seller-Managed Gateway with Local Vault",
  "main": "dist/index-server.js",
  "types": "dist/index-server.d.ts",
  "bin": {
    "langmart-gateway": "./dist/index-server.js",
    "gw3": "./dist/index-server.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node index-server.ts",
    "start": "bash scripts/start.sh",
    "stop": "bash scripts/stop.sh",
    "restart": "npm run stop && sleep 2 && npm run start",
    "status": "bash scripts/status.sh",
    "cli": "ts-node cli.ts",
    "ui": "vite-node cli-split-layout.tsx",
    "ui:debug": "vite-node cli-split-layout.tsx --debug",
    "self": "vite-node cli-split-layout.tsx",
    "ui:tsx": "tsx cli-interactive.tsx",
    "ui:ts-node": "node --loader ts-node/esm cli-interactive.tsx",
    "test:vault": "vite-node test-vault-auth.ts",
    "test:auth": "vite-node test-auth-flow.ts",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "publish:dry": "npm publish --dry-run",
    "publish:github": "npm publish --registry=https://npm.pkg.github.com",
    "validate": "npx ts-node scripts/validate-tool-schemas.ts"
  },
  "files": [
    "dist/**/*",
    "scripts/start.sh",
    "scripts/stop.sh",
    "scripts/status.sh",
    "scripts/start.ps1",
    "scripts/stop.ps1",
    "scripts/status.ps1",
    "scripts/install.sh",
    "scripts/install.ps1",
    "scripts/install-service.sh",
    "scripts/install-service.ps1",
    "scripts/remove-service.sh",
    "scripts/remove-service.ps1",
    ".env.example",
    "README.md"
  ],
  "keywords": [
    "gateway",
    "seller",
    "websocket",
    "server",
    "llm",
    "local-vault",
    "langmart",
    "ai-registry"
  ],
  "author": "LangMart",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YiHuangDB/LangMartDesign.git",
    "directory": "gateway-type3"
  },
  "bugs": {
    "url": "https://github.com/YiHuangDB/LangMartDesign/issues"
  },
  "homepage": "https://github.com/YiHuangDB/LangMartDesign/tree/main/gateway-type3#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.2",
    "@swc/core": "^1.13.5",
    "@swc/helpers": "^0.5.17",
    "@types/glob": "^8.1.0",
    "@types/react": "^19.2.0",
    "axios": "^1.6.7",
    "cheerio": "^1.1.2",
    "clipboardy": "^5.0.0",
    "express": "^4.18.2",
    "glob": "^11.0.3",
    "ink": "^6.3.1",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "langmart-gateway-type3": "3.0.40",
    "pg": "^8.16.3",
    "react": "^19.2.0",
    "ssh2": "^1.17.0",
    "terminal-image": "^4.1.0",
    "uuid": "^9.0.1",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@swc-node/register": "^1.11.1",
    "@types/express": "^5.0.3",
    "@types/node": "^20.11.16",
    "@types/uuid": "^9.0.8",
    "@types/ws": "^8.5.10",
    "ts-node": "^10.9.2",
    "tsx": "^4.20.6",
    "typescript": "^5.3.3",
    "vite-node": "^3.2.4"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
