{
  "name": "@whalecloud/pdf2md",
  "version": "1.0.1",
  "description": "A PDF to Markdown Converter",
  "main": "lib/pdf2md.js",
  "bin": {
    "pdf2md": "lib/pdf2md-cli.js"
  },
  "files": [
    "/lib",
    "/test"
  ],
  "scripts": {
    "lint": "eslint lib --cache",
    "test": "mocha test --recursive",
    "test:watch": "mocha test --recursive --watch",
    "test:coverage": "nyc npm run test",
    "check": "npm run lint && npm run test:coverage"
  },
  "keywords": [
    "PDF",
    "Markdown",
    "Converter"
  ],
  "author": "Open Government Products, Government Technology Agency of Singapore (https://open.gov.sg)",
  "contributors": [
    "Johannes Zillmann"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/opendocsg/pdf2md"
  },
  "dependencies": {
    "enumify": "^1.0.4",
    "minimist": "^1.2.5",
    "pdfjs-dist": "^2.9.359"
  },
  "devDependencies": {
    "@opengovsg/eslint-config-opengovsg": "^1.0.6",
    "babel-eslint": "^10.0.2",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-flowtype": "^3.11.1",
    "eslint-plugin-flowtype-comment": "^1.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jasmine": "^2.2.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "flow-bin": "^0.102.0",
    "mocha": "^8.2.1",
    "mock-fs": "^4.10.1",
    "nyc": "^15.1.0",
    "rewire": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }

}
