generated from ztimson/template
New Zim utilties
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@ztimson/zim-utils",
|
||||
"version": "0.1.0",
|
||||
"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": "index.js",
|
||||
"dependencies": {
|
||||
"@ztimson/utils": "^0.30.7",
|
||||
"lzma1": "^0.3.0",
|
||||
"zstd-codec": "^0.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user