{
  "name": "@lazykern/pi-persist-model",
  "version": "0.5.0",
  "description": "Persist model & reasoning settings per session, workspace, or globally",
  "type": "module",
  "license": "MIT",
  "author": "Phusit Somboonyingsuk <lazykern@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lazykern/pi-persist-model.git"
  },
  "bugs": {
    "url": "https://github.com/lazykern/pi-persist-model/issues"
  },
  "homepage": "https://github.com/lazykern/pi-persist-model#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "model",
    "thinking-level",
    "settings"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/lazykern/pi-persist-model/main/screenshot.png"
  },
  "files": [
    "src",
    "README.md",
    "screenshot.png"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "tsc --noEmit && vitest run",
    "prepublishOnly": "npm run check"
  },
  "dependencies": {
    "proper-lockfile": "4.1.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.4",
    "@types/node": "^24.0.0",
    "@types/proper-lockfile": "^4.1.4",
    "typescript": "^5.8.0",
    "vitest": "^4.1.0"
  }
}
