{
  "name": "pi-export-notool",
  "version": "0.2.2",
  "description": "Export Pi sessions to HTML without visible tool-call blocks",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyein-cbio/pi-export-notool.git"
  },
  "homepage": "https://github.com/hyein-cbio/pi-export-notool#readme",
  "scripts": {
    "test": "node --test test/*.test.mjs",
    "prepublishOnly": "npm test",
    "publish:npm": "npm publish --access public"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-export-notool/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "dependencies": {
    "@sanity-labs/secret-scan": "1.1.0"
  }
}
