{
  "name": "@ottoai/pdfme",
  "version": "1.0.11",
  "description": "Generic library for creating pdf with the given input data",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "scripts": {
    "build": "tsc",
    "build:test": "tsc --noEmit",
    "test": "jest --config jest.config.js",
    "lint": "eslint --ext .js,.ts \"src/**\"",
    "ci": "npm run test -- --coverage && npm run lint && npm run build:test",
    "release": "npx standard-version"
  },
  "author": "Anurag Patek <anurag@joinotto.com>",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@types/fontkit": "^2.0.7",
    "@types/is-base64": "^1.1.3",
    "@types/jest": "^29.5.13",
    "@types/mockdate": "^2.0.0",
    "@types/node": "^22.7.5",
    "@types/ramda": "^0.30.2",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "@types/react-test-renderer": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "eslint": "^8.57.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "mockdate": "^3.0.5",
    "react-test-renderer": "^18.3.1",
    "ts-jest": "^29.2.5",
    "typescript": "5.6.3"
  },
  "dependencies": {
    "@pdfme/common": "^5.1.5",
    "@pdfme/pdf-lib": "^1.18.3",
    "axios": "^1.7.8",
    "class-validator": "^0.14.1",
    "currency.js": "^2.0.4",
    "fast-xml-parser": "^4.5.0",
    "fontkit": "^2.0.4",
    "is-base64": "^1.1.0",
    "ramda": "^0.30.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "peerDependencies": {
    "@types/jest": "^29.5.13",
    "@types/node": "^22.7.5",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "@types/react-test-renderer": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-test-renderer": "^18.3.1",
    "ts-jest": "^29.2.5",
    "typescript": "5.6.3"
  },
  "directories": {
    "test": "test"
  }
}
