@lume-ai/typescript-sdk
Version:
Lume SDK for Typescript to automate data mappings with AI. Learn more at docs.lume.ai
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "@lume-ai/typescript-sdk",
"version": "5.3.2",
"description": "Lume SDK for Typescript to automate data mappings with AI. Learn more at docs.lume.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/Lume-ai/typescript-sdk.git"
},
"homepage": "https://www.lume.ai/",
"bugs": {
"url": "https://github.com/Lume-ai/typescript-sdk/issues"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"data mapping",
"ai",
"lume",
"sdk",
"typescript",
"automation",
"mapping",
"transform",
"data",
"integration"
],
"author": "Robert Ross",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.9.0",
"@types/qs": "^6.9.17",
"dotenv": "^16.4.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@lume-ai/typescript-sdk": "^4.0.0",
"axios": "^1.7.7",
"throat": "^6.0.2",
"qs": "^6.13.0"
}
}