UNPKG

@usecortex_ai/node

Version:

The official TypeScript SDK for the Cortex AI platform.

35 lines (34 loc) 713 B
{ "name": "@usecortex_ai/node", "version": "0.3.4", "description": "The official TypeScript SDK for the Cortex AI platform.", "author": "Nishkarsh Shrivastava <nishkarsh@usecortex.ai>", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "cortex", "cortex-ai", "cortex-ai-sdk", "cortex-ai-typescript-sdk", "rag", "gen-ai", "memory", "ai" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "dependencies": { "form-data": "^4.0.0", "node-fetch": "2.7.0" }, "devDependencies": { "@types/node": "^18.19.3", "@types/node-fetch": "2.6.9", "typescript": "5.3.3" } }