{
  "name": "@npm-ken/pi-prime-session",
  "version": "2.4.0",
  "description": "User-managed priming of Pi agent sessions with memories and commands",
  "type": "module",
  "keywords": ["pi-package", "pi-extension"],
  "files": ["src"],
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "scripts": {
    "test": "bun test",
    "test:repository": "bun test test/prime-repository.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@types/bun": "latest",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5"
  }
}
