{
  "name": "pi-news-api",
  "version": "0.1.0",
  "description": "Agent-callable Currents News API briefing for Pi with a category-filtered widget, keyword search, and source-linked research results",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/index.js",
    "dist/index.d.ts",
    "AGENTS.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "README.md",
    "SECURITY.md",
    "docs/COMPATIBILITY.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "currents-api",
    "news",
    "search"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/currentslab/pi-news-api.git"
  },
  "homepage": "https://github.com/currentslab/pi-news-api#readme",
  "bugs": {
    "url": "https://github.com/currentslab/pi-news-api/issues"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test:unit": "node --import tsx --test tests/*.test.ts",
    "test": "npm run typecheck && npm run build && npm run test:unit",
    "prepublishOnly": "npm test && npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.79.0 <0.81.0",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^22.10.0",
    "tsx": "^4.21.0",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "get-east-asian-width": "^1.6.0"
  }
}
