{
  "name": "pi-prompt-autoresearch",
  "version": "0.1.1",
  "description": "A pi extension that iteratively improves prompts with execution-based evaluation and keep/discard decisions.",
  "keywords": [
    "autoresearch",
    "pi-extension",
    "pi-package",
    "prompt-engineering",
    "prompt-optimization"
  ],
  "homepage": "https://github.com/NicoAvanzDev/pi-prompt-autoresearch#readme",
  "bugs": {
    "url": "https://github.com/NicoAvanzDev/pi-prompt-autoresearch/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NicoAvanzDev/pi-prompt-autoresearch.git"
  },
  "files": [
    "index.ts",
    "types.ts",
    "normalize.ts",
    "format.ts",
    "utils.ts",
    "job-state.ts",
    "prompt-file.ts",
    "README.md"
  ],
  "type": "module",
  "scripts": {
    "build": "echo 'nothing to build'",
    "test": "vitest run",
    "lint": "oxlint",
    "fmt": "oxfmt \"**/*.ts\"",
    "fmt:check": "oxfmt --check \"**/*.ts\"",
    "check": "vitest run && oxlint && oxfmt --check \"**/*.ts\"",
    "prepublishOnly": "npm pack --dry-run"
  },
  "devDependencies": {
    "oxfmt": "^0.41.0",
    "oxlint": "^1.56.0",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
