{
  "name": "@peculiar/pdf-form-json",
  "version": "1.17.2",
  "description": "A PDF module enabling working with form elements through JSON.",
  "keywords": [
    "pdf",
    "form",
    "json",
    "acroform"
  ],
  "author": "microshine <microshine@mail.ru>",
  "homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/form-json#readme",
  "license": "AGPL",
  "main": "build/peculiar.pdf.form.js",
  "module": "build/peculiar.pdf.form.es.js",
  "types": "build/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "build",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PeculiarVentures/pdf.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "clear": "rimraf build/*",
    "build": "rollup -c",
    "rebuild": "yarn run clear && yarn run build",
    "prepack": "npm run rebuild"
  },
  "bugs": {
    "url": "https://github.com/PeculiarVentures/pdf/issues"
  },
  "dependencies": {
    "@peculiar/pdf-core": "^1.17.1",
    "@peculiar/pdf-doc": "^1.17.2",
    "pvtsutils": "^1.3.6",
    "tslib": "^2.8.1"
  },
  "gitHead": "5f19d4933bddeca2579656d9fea7d313e795c67b"
}
