mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-01 22:14:03 -04:00
5a791df8d3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@llamaindex/replicate",
|
|
"description": "Replicate Adapter for LlamaIndex",
|
|
"version": "0.0.65",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"edge-light": {
|
|
"types": "./dist/index.edge-light.d.ts",
|
|
"default": "./dist/index.edge-light.js"
|
|
},
|
|
"workerd": {
|
|
"types": "./dist/index.edge-light.d.ts",
|
|
"default": "./dist/index.edge-light.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
|
|
"directory": "packages/providers/replicate"
|
|
},
|
|
"scripts": {
|
|
"build": "bunchee",
|
|
"dev": "bunchee --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"replicate": "^1.0.1"
|
|
},
|
|
"deprecated": "This package is deprecated and no longer maintained."
|
|
}
|