Files
github-actions[bot] 5a791df8d3 Release 0.12.2 (#2269)
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>
2026-03-09 15:26:10 -06:00

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."
}