{
  "name": "bwip-js",
  "version": "3.0.4",
  "description": "JavaScript barcode generator supporting over 100 types and standards.",
  "main": "./dist/bwip-js-node.js",
  "browser": "./dist/bwip-js.js",
  "exports": {
      "browser": {
          "import":  "./dist/bwip-js.mjs",
          "require": "./dist/bwip-js.js",
          "script":  "./dist/bwip-js-min.js"
      },
      "electron": "./dist/bwip-js-node.js",
      "node": {
          "import":  "./dist/bwip-js-node.mjs",
          "require": "./dist/bwip-js-node.js"
      }
  },
  "bin": {
    "bwip-js": "./bin/bwip-js.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/metafloor/bwip-js.git"
  },
  "keywords": [
    "bar code",
    "generator",
    "barcode",
    "javascript",
    "node",
    "react",
    "browser",
    "itf",
    "gs1",
    "upc",
    "ean",
    "pdf417",
    "matrix",
    "datamatrix",
    "qrcode",
    "databar",
    "code128",
    "code39",
    "svg",
    "pdfkit"
  ],
  "author": "Mark Warren <mwarren@metafloor.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/metafloor/bwip-js/issues"
  },
  "homepage": "https://github.com/metafloor/bwip-js"
}
