UNPKG

@goperigon/perigon-ts

Version:
88 lines (87 loc) 1.94 kB
{ "name": "@goperigon/perigon-ts", "version": "4.9.0", "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": "bun run tsup", "dev": "bun run tsup --watch", "test": "bun test --coverage", "typecheck": "tsc --noEmit", "generate": "bash ./scripts/generate.sh" }, "peerDependencies": { "undici": ">=5" }, "dependencies": { "zod": "^3.25.29" }, "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", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.32.0", "eslint-plugin-unused-imports": "^4.1.4", "prettier": "^3.0.0", "doctoc": "^2.2.1" } }