UNPKG

@superagent-ai/reag

Version:
42 lines (41 loc) 1.01 kB
{ "name": "@superagent-ai/reag", "version": "0.0.3", "description": "Reasoning Augmented Generation", "main": "dist/client.js", "types": "dist/client.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "clean": "rm -rf dist", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/superagent-ai/reag" }, "keywords": ["ai", "document-analysis", "typescript", "rag", "reasoning"], "author": "Ismail Pelaseyed", "license": "MIT", "bugs": { "url": "https://github.com/superagent-ai/reag/issues" }, "homepage": "https://github.com/superagent-ai/reag#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^18.16.3", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "peerDependencies": { "@ai-sdk/openai": "^1.1.9", "ai": "^4.1.16", "dotenv": "^16.4.7", "zod": "^3.24.1" } }