Add request interception handler
This diff is collapsed.
{ | ||
"name": "pagedjs-cli", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"author": "Fred Chasen", | ||
"license": "MIT", | ||
"homepage": "https://pagedmedia.org", | ||
... | ... | @@ -16,20 +16,20 @@ |
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"commander": "^3.0.2", | ||
"commander": "^5.0.0", | ||
"express": "^4.17.1", | ||
"hyphenopoly": "^3.2.1", | ||
"hyphenopoly": "^4.2.1", | ||
"katex": "^0.11.1", | ||
"lodash": "^4.17.15", | ||
"mathjax": "^3.0.0", | ||
"mathjax": "^3.0.1", | ||
"node-fetch": "^2.6.0", | ||
"ora": "^4.0.2", | ||
"pagedjs": "0.1.34", | ||
"ora": "^4.0.3", | ||
"pagedjs": "0.1.40", | ||
"pdf-lib": "0.6.4", | ||
"puppeteer": "^2.0.0", | ||
"puppeteer": "^2.1.1", | ||
"replace-ext": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.5.1" | ||
"eslint": "^6.8.0" | ||
} | ||
} |
Please register or sign in to comment