ts-barcode-generator
Version:
Simple Barcode Generator created in TypeScript
33 lines • 679 B
JSON
{
"name": "ts-barcode-generator",
"description": "Simple Barcode Generator created in TypeScript",
"version": "0.0.3",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"barcode",
"generator",
"typescript",
"ean",
"ean13",
"upc",
"1d"
],
"author": {
"name": "Dawid Wąsowski",
"email": "deffqqq@gmail.com",
"url": "https://dav.one/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Avaray/ts-barcode-generator"
},
"devDependencies": {
"typescript": "^5.3.3"
}
}