@bwip-js/react-native
Version:
JavaScript barcode generator supporting over 100 types and standards.
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "@bwip-js/react-native",
"version": "4.5.3",
"description": "JavaScript barcode generator supporting over 100 types and standards.",
"type": "module",
"exports": {
"types": "./dist/bwip-js-rn.d.ts",
"import": "./dist/bwip-js-rn.mjs"
},
"main": "./dist/bwip-js-rn.mjs",
"module": "./dist/bwip-js-rn.mjs",
"react-native": "./dist/bwip-js-rn.mjs",
"types": "./dist/bwip-js-rn.d.ts",
"dependencies": {
"react-zlib-js": "^1.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafloor/bwip-js.git"
},
"keywords": [
"bar code",
"generator",
"barcode",
"javascript",
"node",
"react",
"react-native",
"typescript",
"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"
}