{
  "name": "pdfi",
  "version": "0.9.8",
  "description": "PDF interrogator",
  "keywords": [
    "pdf",
    "parser",
    "extract",
    "text"
  ],
  "homepage": "https://github.com/chbrown/pdfi",
  "repository": "git://github.com/chbrown/pdfi.git",
  "license": "MIT",
  "author": "Christopher Brown <io@henrian.com>",
  "dependencies": {
    "@types/pako": "^1.0.0",
    "@types/unorm": "^1.3.27",
    "academia": "0.4.3",
    "afm": "0.4.0",
    "chalk": "^2.4.1",
    "lexing": "0.8.2",
    "pako": "^1.0.6",
    "tarry": "0.3.4",
    "unorm": "^1.4.1"
  },
  "devDependencies": {
    "@types/node": "10.5.2",
    "ava": "1.0.0-beta.6",
    "coveralls": "3.0.2",
    "nyc": "12.0.2",
    "typescript": "2.9.2"
  },
  "scripts": {
    "prepare": "tsc -d",
    "pretest": "tsc",
    "test": "nyc ava",
    "posttest": "nyc report --reporter=text-lcov | coveralls || true",
    "clean": "tsc -d --listEmittedFiles | sed 's/^TSFILE: //' | xargs rm -v"
  }
}
