Files
zim-utils/package.json
ztimson bc90557de7
Some checks failed
Publish Library / Build NPM Project (push) Failing after 21s
Publish Library / Tag Version (push) Has been skipped
use kiwix-serach as prefilter before fuzzy ranking instead of building index
2026-08-24 11:02:47 -04:00

23 lines
535 B
JSON

{
"name": "@ztimson/zim-utils",
"version": "0.2.4",
"description": "Native, dependency-light ZIM archive reader/searcher and Kiwix catalog downloader for Node.js",
"author": "Zak Timson",
"license": "MIT",
"private": false,
"type": "module",
"repository": {
"type": "git",
"url": "https://git.zakscode.com/ztimson/zim-utils"
},
"main": "src/index.js",
"scripts": {
"postinstall": "node scripts/install-kiwix.mjs"
},
"dependencies": {
"@ztimson/utils": "^0.30.7",
"lzma1": "^0.3.0",
"zstd-codec": "^0.1.5"
}
}