Newer
Older
"description": "Create LlamaIndex-powered apps with one command",
"url": "https://github.com/run-llama/LlamaIndexTS",
"directory": "packages/create-llama"
"clean": "rimraf --glob ./dist ./templates/**/__pycache__ ./templates/**/node_modules ./templates/**/poetry.lock",
"dev": "ncc build ./index.ts -w -o dist/",
Marcus Schiesser
committed
"build": "npm run clean && ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"lint": "eslint . --ignore-pattern dist",
"e2e": "playwright test",
"prepublishOnly": "cd ../../ && pnpm run build:release"
"@types/async-retry": "1.4.2",
"@types/ci-info": "2.0.0",
"@types/cross-spawn": "6.0.0",
"@types/prompts": "2.0.1",
"@types/tar": "6.1.5",
"@types/validate-npm-package-name": "3.0.0",
"async-sema": "3.0.1",
"validate-npm-package-name": "3.0.0",
"wait-port": "^1.1.0"
},
"engines": {
"node": ">=16.14.0"
}