{
  "name": "pi-perm",
  "version": "0.1.8",
  "description": "Config-driven Pi sandbox and permission extension using sandbox-runtime.",
  "type": "module",
  "license": "MIT",
  "author": "cold",
  "homepage": "https://github.com/DCRcoder/pi-perm#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DCRcoder/pi-perm.git"
  },
  "bugs": {
    "url": "https://github.com/DCRcoder/pi-perm/issues"
  },
  "packageManager": "pnpm@9.15.0",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "coding-agent",
    "sandbox",
    "permissions",
    "sandbox-runtime"
  ],
  "files": [
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "index.ts",
    "core/",
    "defaults/",
    "config.example.toml"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "node --import tsx --test \"test/*.test.ts\"",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "smol-toml": "^1.4.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "26.1.0",
    "tsx": "^4.20.6",
    "typescript": "^5.5.0"
  }
}
