{
  "name": "pdf.js-extract",
  "description": "super-simple async PDF reader that extracts text with x,y page positions based on pdf.js",
  "homepage": "https://github.com/ffalt/pdf.js-extract",
  "keywords": [
    "pdf",
    "extract"
  ],
  "bugs": {
    "url": "https://github.com/ffalt/pdf.js-extract/issues"
  },
  "version": "1.0.1",
  "author": {
    "name": "ffalt"
  },
  "contributors": [
    {
      "name": "Chad Kirby",
      "url": "https://github.com/chadkirby"
    },
    {
      "name": "Ilan Copelyn",
      "url": "https://github.com/ilanc"
    },
    {
      "name": "Sajjad Hashemian",
      "url": "https://github.com/sijad"
    }
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/ffalt/pdf.js-extract"
  },
  "type": "module",
  "main": "./lib/index.cjs",
  "types": "lib/index.d.ts",
  "typings": "lib/index",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.cjs",
      "import": "./lib/index.mjs",
      "default": "./lib/index.mjs"
    }
  },
  "engines": {
    "node": ">= 20.0.0"
  },
  "scripts": {
    "lint": "eslint --ext .cjs,.mjs .",
    "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
    "jest": "jest",
    "fixtures": "node ./scripts/update-fixtures.mjs",
    "update:pdfjs": "./scripts/update_pdfjs.sh"
  },
  "dependencies": {
    "dommatrix": "0.1.1"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "eslint": "10.2.1",
    "eslint-plugin-jest": "29.15.2",
    "globals": "17.5.0",
    "jest": "30.3.0"
  }
}
