mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
15 lines
360 B
JSON
15 lines
360 B
JSON
{
|
|
"name": "zimit",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/openzim/zimit",
|
|
"author": "Ilya Kreymer <ikreymer@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer": "^5.3.0",
|
|
"puppeteer-cluster": "^0.22.0",
|
|
"yargs": "^16.0.3"
|
|
}
|
|
}
|