{
  "name": "@matthewlam/pi-goal",
  "version": "0.3.0",
  "description": "Persistent goal mode for pi with automatic idle continuation",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "goal",
    "agent-continuation",
    "automation"
  ],
  "pi": {
    "extensions": [
      "./extension/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run typecheck && node test/store.test.mjs && node test/extension.test.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": ">=0.80.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.0",
    "@earendil-works/pi-coding-agent": "^0.80.0",
    "@types/node": "^24.0.0",
    "jiti": "^2.7.0",
    "typescript": "^5.9.3"
  },
  "files": [
    "extension",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": "minghinmatthewlam",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/minghinmatthewlam/pi-goal.git"
  }
}