Files
zim-utils/package.json
ztimson bfb3f0efd3
All checks were successful
Publish Library / Build NPM Project (push) Successful in 13s
Publish Library / Tag Version (push) Successful in 8s
Fixed post install step
2026-08-24 11:12:03 -04:00

23 lines
531 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 ./bin/install-kwix.js"
},
"dependencies": {
"@ztimson/utils": "^0.30.7",
"lzma1": "^0.3.0",
"zstd-codec": "^0.1.5"
}
}