mirror of
https://github.com/run-llama/app-creator.git
synced 2026-07-01 21:04:10 -04:00
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"name": "app-creator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "tsx main.ts",
|
|
"format": "prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@llamaindex/core": "^0.2.0",
|
|
"llamaindex": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^4.19.1"
|
|
}
|
|
} |