{
  "name": "@tangle-network/sandbox-cli",
  "version": "0.5.3",
  "description": "CLI for Tangle Sandbox operations",
  "type": "module",
  "bin": {
    "tangle": "./bin/tangle.js"
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "bin",
    "SKILL.md",
    "hub-reference.md"
  ],
  "dependencies": {
    "@tangle-network/agent-core": "0.4.25",
    "@tangle-network/agent-eval": "0.133.3",
    "@tangle-network/agent-interface": "0.36.0",
    "@tangle-network/agent-runtime": "0.107.5",
    "chalk": "^5.4.1",
    "commander": "12.1.0",
    "dotenv": "17.2.3",
    "ora": "^9.4.0",
    "ws": "^8.20.0",
    "@tangle-network/hub-sdk": "0.4.0",
    "@tangle-network/sandbox": "0.15.2"
  },
  "devDependencies": {
    "@types/node": "25.6.0",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.1.5",
    "tsdown": "0.21.10",
    "tsx": "^4.20.6",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tangle-network/agent-dev-container.git",
    "directory": "products/sandbox/cli"
  },
  "keywords": [
    "tangle",
    "sandbox",
    "cli",
    "ai-agents"
  ],
  "author": "Tangle Network",
  "license": "MIT",
  "scripts": {
    "build": "tsdown",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "verify-dist": "bash scripts/verify-dist.sh",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest run --coverage"
  }
}