{
  "$schema": "https://www.schemastore.org/package.json",
  "name": "pi-effect-harness",
  "version": "0.3.0",
  "description": "a harness specifically for writing Effect v4 code",
  "keywords": [
    "pi-extension",
    "pi-package"
  ],
  "homepage": "https://github.com/mpsuesser/pi-effect-harness#readme",
  "bugs": {
    "url": "https://github.com/mpsuesser/pi-effect-harness/issues"
  },
  "license": "MIT",
  "author": "Marc Suesser",
  "repository": {
    "type": "git",
    "url": "https://github.com/mpsuesser/pi-effect-harness.git"
  },
  "files": [
    "src",
    "skills",
    "patterns",
    "guidance",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "exports": {
    ".": "./src/index.ts",
    "./*": "./src/*"
  },
  "dependencies": {
    "@ast-grep/napi": "^0.42.3",
    "@effect/platform-node": "4.0.0-beta.69",
    "effect": "4.0.0-beta.69",
    "picomatch": "^4.0.4",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
