{
  "name": "weasley-autoresearch",
  "version": "1.6.3",
  "description": "Guarded autonomous experiment loops for pi: measure changes, keep wins, and revert regressions.",
  "license": "Apache-2.0",
  "author": "Weasley Contributors",
  "homepage": "https://github.com/potatohoney-p/weasley-autoresearch#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/potatohoney-p/weasley-autoresearch.git"
  },
  "bugs": {
    "url": "https://github.com/potatohoney-p/weasley-autoresearch/issues"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "autoresearch",
    "experiment",
    "optimization",
    "benchmark",
    "coding-agent"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "pnpm@10.28.2",
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "extensions",
    "skills",
    "assets",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE",
    "package.json"
  ],
  "scripts": {
    "test": "npm run test:unit && npm run test:finalize",
    "test:unit": "node --experimental-strip-types --test tests/*.test.mjs",
    "test:finalize": "bash tests/finalize_test.sh"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.83.0",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "protobufjs": "7.6.5",
    "ws": "8.21.1"
  },
  "pnpm": {
    "overrides": {
      "brace-expansion": "5.0.9",
      "protobufjs": "7.6.5",
      "ws": "8.21.1"
    }
  }
}
