Files
zim-utils/package.json
T
assistant fee24e97cd
Publish Library / Build NPM Project (push) Failing after 3m26s
Publish Library / Tag Version (push) Skipped
Add adm-zip and tar as postinstall dependencies
2026-09-17 10:44:45 -04:00

24 lines
573 B
JSON

{
"name": "@ztimson/zim-utils",
"version": "0.3.5",
"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.8",
"lzma1": "^0.3.0",
"tar": "^7.4.3",
"zstd-codec": "^0.1.5",
"adm-zip": "^0.5.16"
}
}