@libusoftcicom/pdf417-generator
Version:
PDF417 HUB3 2D barcode generator for browser and Node
32 lines • 909 B
JSON
{
"name": "@libusoftcicom/pdf417-generator",
"version": "1.0.2",
"description": "PDF417 HUB3 2D barcode generator for browser and Node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"publish": "npm publish dist/ --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkoretic/pdf417-generator.git"
},
"keywords": [
"pdf417",
"hub3",
"barcode",
"generator"
],
"author": "Petar Koretic",
"license": "MIT",
"bugs": {
"url": "https://github.com/pkoretic/pdf417-generator/issues"
},
"homepage": "https://github.com/pkoretic/pdf417-generator#readme",
"devDependencies": {
"copy-webpack-plugin": "^6.3.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
}
}