UNPKG

@vectorize-io/vectorize-client

Version:
27 lines (26 loc) 692 B
{ "name": "@vectorize-io/vectorize-client", "version": "0.2.1", "description": "Client for the Vectorize API", "author": "Vectorize <contact@vectorize.io>", "repository": { "type": "git", "url": "https://github.com/vectorize-io/vectorize-clients" }, "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "preinstall": "npm install typescript" }, "devDependencies": { "typescript": "^5.8.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "keywords": "vectorize, vectorize.io, generative-ai, embeddings, rag" }