floomai
Version:
Floom orchestrates & executes Generative AI pipelines, Empowering Developers and DevOps to focus on what matters.
32 lines (31 loc) • 683 B
JSON
{
"name": "floomai",
"version": "1.0.1",
"description": "Floom orchestrates & executes Generative AI pipelines, Empowering Developers and DevOps to focus on what matters.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"GenAI",
"Generative AI",
"Generative",
"Langchain",
"llamaindex",
"llm",
"ai",
"artificial intelligence",
"floom"
],
"author": "Floom",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.5.0"
}
}