{
  "name": "pdfkit-table",
  "version": "0.2.11",
  "description": "PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with TypeScript / JavaScript (PDFKIT plugin)",
  "main": "index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./index.js"
    }
  },
  "files": [
    "index.js",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --test ./tests/*.test.js",
    "examples": "npm run build && NODE_PATH=.. node example/index.js",
    "examples-legacy": "npm run build && NODE_PATH=.. node .legacy/index.js",
    "git-push": "git add . && git commit -m 'update' && git push ",
    "npm-publish": "npm run build && npm publish"
  },
  "repository": "git+https://github.com/natancabral/pdfkit-table.git",
  "author": "natancabral",
  "keywords": [
    "typescript",
    "node",
    "nodejs",
    "node pdf",
    "pdf",
    "pdfkit",
    "table",
    "pdfkit table",
    "pdfkit-table"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/natancabral/pdfkit-table/issues"
  },
  "homepage": "https://github.com/natancabral/pdfkit-table#readme",
  "dependencies": {
    "pdfkit": "^0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/pdfkit": "^0.17.6",
    "typescript": "^6.0.3"
  },
  "packageManager": "yarn@4.14.1"
}