32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"name": "llamaindex-example",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Example project for Llamaindex",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "bun src/index.ts",
|
|
"dev": "bun --watch src/index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"composio",
|
|
"example",
|
|
"llamaindex"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@composio/core": "workspace:*",
|
|
"@composio/llamaindex": "workspace:*",
|
|
"@llamaindex/openai": "^0.4.23",
|
|
"@llamaindex/workflow": "^1.1.25",
|
|
"dotenv": "catalog:",
|
|
"llamaindex": "^0.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|