{
  "name": "@nightvisi0n/pdfme-generator",
  "version": "1.0.14-12",
  "author": "hand-dot",
  "license": "MIT",
  "keywords": [
    "pdf",
    "pdf-generation",
    "pdf-designer",
    "pdf-viewer",
    "typescript",
    "react"
  ],
  "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
  "homepage": "https://pdfme.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:nightvisi0n/pdfme-compressed.git"
  },
  "bugs": {
    "url": "https://github.com/pdfme/pdfme/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "develop": "webpack --watch --mode development",
    "build": "NODE_ENV=production webpack --mode production",
    "clean": "rimraf dist",
    "lint": "tsc --noEmit",
    "test": "jest",
    "lint:watch": "tsc -w --noEmit",
    "test:watch": "jest --coverage --watch",
    "prune": "ts-prune src"
  },
  "dependencies": {
    "@pdf-lib/fontkit": "^1.1.1",
    "@pdfme/common": "^1.0.0",
    "atob": "^2.1.2",
    "bwip-js": "^2.1.3",
    "pdf-lib": "^1.17.1"
  },
  "devDependencies": {
    "@types/bwip-js": "^3.0.0",
    "@types/pngjs": "^6.0.1",
    "jsqr": "^1.4.0",
    "node-polyfill-webpack-plugin": "^1.1.4",
    "pdf2json": "^2.0.0",
    "pngjs": "^6.0.0",
    "webpack": "^5.74.0"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.(ttf)$": "<rootDir>/../../fontTransformer.js"
    },
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/*.test.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
