{
  "name": "pi-papercuts",
  "version": "0.3.3",
  "description": "Agent complaint box for Pi/OMP: file friction into an append-only .papercuts.jsonl, then keep working.",
  "type": "module",
  "author": "AdityaVG13",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "omp",
    "oh-my-pi",
    "pi-coding-agent",
    "pi-extension",
    "extension",
    "papercuts",
    "friction",
    "agent-telemetry",
    "complaint-box"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "main": "./index.js",
  "exports": "./index.js",
  "files": [
    "index.js",
    "store.js",
    "decode.js",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node --test test/*.test.mjs",
    "prepublishOnly": "npm test && node ../../scripts/preflight.mjs"
  },
  "pi": {
    "extensions": [
      "./index.js"
    ]
  },
  "omp": {
    "extensions": [
      "./index.js"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-tui": "^0.84.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdityaVG13/pi-stack.git",
    "directory": "packages/pi-papercuts"
  },
  "bugs": {
    "url": "https://github.com/AdityaVG13/pi-stack/issues"
  },
  "homepage": "https://github.com/AdityaVG13/pi-stack/tree/main/packages/pi-papercuts#readme"
}
