{
  "name": "pi-maven",
  "version": "0.2.0",
  "description": "Maven extension for pi — structured test execution, project info, and version lookup",
  "keywords": ["pi-package"],
  "license": "Apache-2.0",
  "type": "module",
  "bin": {
    "tdder-maven": "./cli"
  },
  "scripts": {
    "sync": "mkdir -p vendor && cp ../shared/context-filter.ts ../shared/spawn-safe.ts ../shared/maven-project-tree.ts ../shared/duration-format.ts ../shared/maven-version-lookup.ts vendor/",
    "pretest": "npm run sync && tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepack": "npm run sync"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*",
    "typescript": "^7.0.0",
    "vitest": "^4.1.7"
  },
  "pi": {
    "extensions": ["."],
    "image": "https://raw.githubusercontent.com/t1/tdder/refs/heads/trunk/docs/images/pi-maven.png"
  },
  "publishConfig": {
    "provenance": false
  }
}
