{
  "name": "pi-shadow-mind",
  "version": "0.1.23",
  "description": "Parallel cognitive runtime for Pi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liu-zhengdong/pi-shadow-mind.git"
  },
  "homepage": "https://github.com/liu-zhengdong/pi-shadow-mind#readme",
  "bugs": {
    "url": "https://github.com/liu-zhengdong/pi-shadow-mind/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "agent",
    "multi-agent"
  ],
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "README.zh-CN.md",
    "DESIGN.md",
    "DESIGN-Evolution.md"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "clean": "node -e \"for(const path of ['dist','.build'])require('node:fs').rmSync(path,{recursive:true,force:true})\"",
    "build": "npm run clean && tsc -p tsconfig.build.json && node scripts/build.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "verify": "npm run typecheck && npm test",
    "prepack": "npm run verify && npm run build"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.84.1",
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "@types/node": "^24.0.0",
    "esbuild": "^0.25.0",
    "typebox": "^1.3.13",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4",
    "yaml": "^2.8.1"
  }
}
