UNPKG

epubchecker

Version:
36 lines (35 loc) 810 B
{ "name": "epubchecker", "version": "5.2.1", "epubcheckVersion": "5.2.1", "description": "Validation tool for ePub.", "main": "lib/index.js", "bin": { "epubchecker": "./bin/epubchecker.js" }, "scripts": { "install": "node ./scripts/install.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Chialab/epubchecker.git" }, "keywords": [ "EPUB", "validator", "W3C" ], "author": "Chialab <dev@chialab.io> (https://www.chialab.it)", "license": "MIT", "bugs": { "url": "https://github.com/Chialab/epubchecker/issues" }, "homepage": "https://github.com/Chialab/epubchecker", "dependencies": { "adm-zip": "^0.5.0", "colors": "^1.4.0", "commander": "^10.0.0", "node-fetch": "^2.0.0", "tempfile": "^3.0.0" } }