{
  "name": "@celestoai/pi",
  "version": "0.1.3",
  "description": "Run Pi coding tools in a Celesto computer",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "pi-package",
    "celesto",
    "coding-agent",
    "sandbox"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CelestoAI/sdk.git",
    "directory": "pi"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsup",
    "lint": "tsc -p tsconfig.json --noEmit",
    "test": "tsx --test tests/*.test.ts",
    "check": "npm run lint && npm test && npm run build",
    "prepack": "npm run build"
  },
  "dependencies": {
    "ignore": "^7.0.5",
    "tar": "^7.5.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@celestoai/sdk": "^0.1.3",
    "@earendil-works/pi-agent-core": "0.80.6",
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "^24.0.0",
    "dotenv": "^17.4.2",
    "tsup": "^8.5.0",
    "tsx": "^4.20.0",
    "typebox": "1.1.38",
    "typescript": "^5.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
