{
  "name": "@mhassin/clpdf2json",
  "version": "1.0.3",
  "description": "Fork of Modesty Zhang's pdf2json",
  "keywords": [
    "pdf",
    "pdf parser",
    "convert pdf to json",
    "server side PDF parser",
    "port pdf.js to node.js",
    "PDF binary to text",
    "commandline utility to parse pdf to json",
    "JSON",
    "javascript",
    "PDF canvas",
    "pdf.js fork"
  ],
  "author": "Community.lawyer, PBC <hello@community.lawyer> (https://community.lawyer)",
  "homepage": "https://github.com/communitylawyer/pdf2json",
  "repository": {
    "type": "git",
    "url": "git://github.com/communitylawyer/pdf2json.git"
  },
  "main": "./pdfparser.js",
  "scripts": {
    "test": "cd ./test && sh p2j.forms.sh",
    "test-misc": "node pdf2json.js -f ./test/pdf/misc/ -o ./test/target/misc/ -c -m"
  },
  "engines": {
    "node": ">=10.15.1"
  },
  "bin": {
    "clpdf2json": "./bin/pdf2json"
  },
  "dependencies": {
    "async": "^3.2.0",
    "lodash": "^4.17.20",
    "optimist": "^0.6.1",
    "xmldom": "^0.4.0"
  },
  "devDependencies": {},
  "maintainers": [
    "Community.lawyer, PBC <hello@community.lawyer> (https://community.lawyer)"
  ],
  "contributors": [],
  "bugs": {
    "url": "http://github.com/communitylawyer/pdf2json/issues"
  },
  "licenses": [
    {
      "type": "Apache v2",
      "url": "https://github.com/communitylawyer/pdf2json/blob/master/license.txt"
    }
  ],
  "bundleDependencies": [
    "xmldom",
    "lodash",
    "optimist",
    "async"
  ],
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "license": "Apache-2.0"
}
