{
  "name": "pi-enclave",
  "version": "0.3.0",
  "description": "VM-isolated sandbox for pi with automatic secret protection · from yapp",
  "author": "mgabor3141",
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/mgabor3141/yapp.git",
    "directory": "packages/enclave"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "yapp"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "templates",
    "README.md"
  ],
  "scripts": {
    "build": "tsup"
  },
  "pi": {
    "extensions": [
      "dist/index.js"
    ]
  },
  "dependencies": {
    "@earendil-works/gondolin": "^0.6.0",
    "graphql": "^16.13.1",
    "smol-toml": "^1.6.0",
    "valibot": "^1.2.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.57.0",
    "@types/node": "^25.3.5",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  }
}