{
  "name": "pdf-tables-parser",
  "description": "Library to extract text tables from pdf files.",
  "version": "1.0.6",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/kanakkholwal/pdf-tables-parser#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kanakkholwal/pdf-tables-parser.git"
  },
  "bugs": {
    "url": "https://github.com/kanakkholwal/pdf-tables-parser/issues"
  },
  "author": "Kanak Kholwal (@kanakkholwal)",
  "dependencies": {
    "pdfjs-dist": "^4.10.38",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "keywords": [],
  "license": "ISC",
  "scripts": {
    "build": "tsc",
    "lint": "npx eslint src/**/*.ts",
    "spec": "npx tsx ./spec/index.ts",
    "spec:build": "tsc && npx tsx ./spec/index.ts",
    "version": "npm run build"
  }
}