{
  "name": "phantomx-tool-client",
  "version": "1.0.5",
  "description": "Self-hosted tool-server client that connects to a remote orchestration server and executes tools locally",
  "main": "dist/tool-server.js",
  "bin": {
    "tool-server": "bin/tool-server.js"
  },
  "files": [
    "dist",
    "bin",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "test": "jest --runInBand --forceExit",
    "test:watch": "jest --watch --runInBand",
    "test:coverage": "jest --coverage --runInBand --forceExit",
    "build": "tsc",
    "prepare": "tsc",
    "dev": "ts-node src/tool-server.ts"
  },
  "keywords": [
    "tool-server",
    "socket.io",
    "self-hosted",
    "agent"
  ],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.5.2",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cors": "^2.8.5",
    "dotenv": "^17.2.2",
    "express": "^5.1.0",
    "fs": "^0.0.1-security",
    "http": "^0.0.1-security",
    "octokit": "^5.0.5",
    "path": "^0.12.7",
    "phantomx-tool-client": "^1.0.0",
    "simple-git": "^3.36.0",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.3",
    "ssh2": "^1.17.0"
  }
}
