@darthmaim/react-barcode
Version:
Renders EAN barcodes
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "@darthmaim/react-barcode",
"version": "1.0.3",
"description": "Renders EAN barcodes",
"keywords": [
"react",
"barcoded",
"ean13",
"ean8"
],
"author": "darthmaim <git@darthmaim.de>",
"homepage": "https://github.com/darthmaim/barcode#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://darthmaim@github.com/darthmaim/barcode.git"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"bugs": {
"url": "https://github.com/darthmaim/barcode/issues"
},
"dependencies": {
"@darthmaim/barcode": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.21"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "31bc84781720c04025abc20e6f4d0738f0133f8a"
}