UNPKG

node-pdf-to-json

Version:

```js npm i node-pdf-to-json ```

26 lines (25 loc) 555 B
{ "name": "node-pdf-to-json", "version": "1.0.2", "description": "", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jiamao/pdf-to-json.git" }, "keywords": [ "pdf-to-json" ], "author": "fefeding", "license": "MIT", "bugs": { "url": "https://github.com/jiamao/pdf-to-json/issues" }, "homepage": "https://github.com/jiamao/pdf-to-json#readme", "dependencies": { "pdfjs-dist": "^3.5.141" } }