mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 16:44:33 -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>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@llamaindex/node-parser",
|
|
"version": "2.0.23",
|
|
"description": "Node parser for LlamaIndex",
|
|
"type": "module",
|
|
"exports": {
|
|
"./html": {
|
|
"require": {
|
|
"types": "./html/dist/index.d.cts",
|
|
"default": "./html/dist/index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./html/dist/index.d.ts",
|
|
"default": "./html/dist/index.js"
|
|
}
|
|
},
|
|
"./code": {
|
|
"require": {
|
|
"types": "./code/dist/index.d.cts",
|
|
"default": "./code/dist/index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./code/dist/index.d.ts",
|
|
"default": "./code/dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"html",
|
|
"code"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
|
|
"directory": "packages/node-parser"
|
|
},
|
|
"scripts": {
|
|
"build": "bunchee",
|
|
"dev": "bunchee --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/node": "^24.0.13",
|
|
"tree-sitter": "^0.22.1",
|
|
"web-tree-sitter": "^0.24.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*",
|
|
"tree-sitter": "^0.22.0",
|
|
"web-tree-sitter": "^0.24.3"
|
|
},
|
|
"dependencies": {
|
|
"html-to-text": "^9.0.5"
|
|
},
|
|
"deprecated": "This package is deprecated and no longer maintained."
|
|
}
|