UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
33 lines (32 loc) 831 B
{ "name": "@emergentmethods/asknews-typescript-sdk", "version": "0.2.59", "description": "Typescript SDK for AskNews API", "author": "Emergent Methods <contact@emergentmethods.ai>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/emergentmethods/asknews-typescript-sdk.git" }, "homepage": "https://docs.asknews.app", "keywords": [ "newsapi", "llm", "rag", "syntheticdata", "news", "asknews" ], "bugs": "https://github.com/emergentmethods/asknews-typescript-sdk/issues", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "module": "./dist/esm/index.js", "sideEffects": false, "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "prepare": "npm run build" }, "devDependencies": { "typescript": "^4.0" } }