{
  "name": "@goperigon/perigon-ts",
  "version": "1.0.5",
  "description": "Typescript client for Perigon API",
  "author": "Perigon",
  "repository": {
    "type": "git",
    "url": "https://github.com/goperigon/perigon-ts"
  },
  "license": "MIT",
  "keywords": [
    "perigon",
    "perigon-sdk",
    "perigon-api",
    "news-api",
    "news-data",
    "real-time-news",
    "ai-enriched",
    "ai-news",
    "vector-search",
    "story-clustering",
    "media-monitoring",
    "content-intelligence",
    "headline-search",
    "article-search",
    "global-news",
    "web-search",
    "web-content",
    "local-news",
    "typescript",
    "sdk",
    "entity-extraction",
    "sentiment-analysis",
    "geo-filtering",
    "company-data",
    "journalist-data",
    "json-api",
    "rest-client"
  ],
  "files": [
    "dist/index.js",
    "dist/index.cjs",
    "dist/index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "jest --coverage"
  },
  "peerDependencies": {
    "undici": ">=5"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "dotenv": "^16.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "@types/jest": "^29.5.9",
    "@types/node": "^20.4.0",
    "@openapitools/openapi-generator-cli": "^2.20.0"
  }
}
