{
  "name": "@kky42/pievo",
  "version": "0.8.0",
  "description": "Durable profile evolution and approval dashboard for Pi",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kky42/pievo.git"
  },
  "homepage": "https://github.com/kky42/pievo#readme",
  "bugs": {
    "url": "https://github.com/kky42/pievo/issues"
  },
  "keywords": [
    "pi-package"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "bin": {
    "pievo": "./src/cli/index.js"
  },
  "scripts": {
    "start": "node ./src/cli/index.js dashboard",
    "test": "npm run test:unit",
    "test:unit": "node --test test/*.test.js",
    "test:integration": "node --test --test-concurrency=1 test/cli.test.js test/server.test.js",
    "test:scale": "node e2e/scale/long-run-scale.js",
    "test:scale:quick": "node e2e/scale/long-run-scale.js --quick",
    "test:e2e": "node --test --test-concurrency=1 e2e/tests/*.test.js"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10"
  },
  "pi": {
    "extensions": [
      "./src/extension/index.js"
    ]
  },
  "files": [
    "src/",
    "docs/adr/",
    "docs/images/",
    "docs/test-seams.md",
    "e2e/reports/*.md",
    "e2e/research/*.md",
    "CONTEXT.md",
    "README.md"
  ],
  "license": "MIT"
}
