Files
hypothesis-machine/package.json
T
dependabot[bot] 7d65e8c9e1 build(deps-dev): bump typescript from 5.9.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-31 19:39:01 +00:00

42 lines
1.3 KiB
JSON

{
"name": "hypothesis-machine",
"version": "0.1.1",
"description": "Recursive research teams for the official Pi Coding Agent",
"keywords": [
"pi-coding-agent",
"research",
"multi-agent",
"hypothesis-testing"
],
"type": "module",
"license": "MIT",
"files": ["src", "prompts", "docs", "infra", "services", ".hypothesis-machine.example.yaml", "README.md", "CHANGELOG.md"],
"pi": { "extensions": ["./src/index.ts"] },
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"smoke": "vitest run tests/extension-smoke.test.ts && node tests/pi-rpc-smoke.mjs",
"smoke:installed": "PI_SMOKE_BIN=pi node tests/pi-rpc-smoke.mjs",
"lint": "eslint .",
"check": "npm run typecheck && npm run lint && npm test && npm run build && npm run smoke"
},
"dependencies": {
"@earendil-works/pi-agent-core": "0.83.0",
"@earendil-works/pi-ai": "0.83.0",
"@earendil-works/pi-coding-agent": "0.83.0",
"@earendil-works/pi-tui": "0.83.0",
"typebox": "^1.0.56",
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.15.0",
"eslint": "^10.8.0",
"typescript": "^7.0.2",
"typescript-eslint": "^8.38.0",
"vitest": "^3.2.4"
},
"engines": { "node": ">=22.19" }
}