UNPKG

@latitude-data/sdk

Version:
70 lines 1.85 kB
{ "name": "@latitude-data/sdk", "version": "4.1.14", "description": "Latitude SDK for Typescript", "author": "Latitude Data SL <hello@latitude.so>", "license": "MIT", "keywords": [ "AI", "Prompt engineering", "sdk", "typescript" ], "repository": { "type": "git", "url": "https://github.com/latitude-dev/latitude-llm/tree/main/packages/sdks/typescript" }, "homepage": "https://github.com/latitude-dev/latitude-llm/tree/main/packages/sdks/typescript#readme", "type": "module", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" } } }, "dependencies": { "eventsource-parser": "^2.0.1", "node-fetch": "2.7.0", "promptl-ai": "0.7.5", "zod": "3.24.2" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-replace": "^6.0.1", "@rollup/plugin-typescript": "^11.1.6", "@types/eventsource": "^1.1.15", "@types/node": "^22.7.5", "@types/node-fetch": "^2.6.11", "msw": "^2.3.5", "node-fetch": "2.7.0", "rollup": "^4.21.1", "rollup-plugin-dts": "^6.1.1", "vitest": "^3.1.4", "@latitude-data/constants": "0.0.1", "@latitude-data/typescript-config": "^0.0.0", "@latitude-data/eslint-config": "0.0.0" }, "peerDependencies": { "typescript": "^5.5.4" }, "scripts": { "dev": "rollup -w -c ./rollup.config.mjs", "build": "NODE_ENV=production rollup -c ./rollup.config.mjs", "test": "vitest run --pool=forks", "test:watch": "vitest", "tc": "tsc --noEmit", "lint": "eslint src" } }