{
  "name": "@calesennett/pi-hn",
  "version": "0.1.5",
  "description": "Hacker News front-page reader extension for pi",
  "keywords": [
    "pi-package",
    "pi-extension",
    "hacker-news",
    "hn"
  ],
  "license": "MIT",
  "scripts": {
    "test": "node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calesennett/pi-hn.git"
  },
  "homepage": "https://github.com/calesennett/pi-hn#readme",
  "bugs": {
    "url": "https://github.com/calesennett/pi-hn/issues"
  },
  "pi": {
    "extensions": [
      "./extensions/hn.ts"
    ],
    "image": "https://raw.githubusercontent.com/calesennett/pi-hn/main/assets/pi-hn.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "linkedom": "^0.18.12"
  }
}
