@darthmaim/barcode
Version:
Verify EAN barcodes
39 lines (38 loc) • 821 B
JSON
{
"name": "@darthmaim/barcode",
"version": "1.0.2",
"description": "Verify EAN barcodes",
"keywords": [
"barcode",
"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"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "67aa7b748f8a9452c30b65d161320bd26e9e5123"
}