UNPKG

barcode4nodejs

Version:

Node.js bindings to Dynamsoft Barcode Reader C/C++ SDK.

60 lines 1.34 kB
{ "name": "barcode4nodejs", "version": "10.0.7", "description": "Node.js bindings to Dynamsoft Barcode Reader C/C++ SDK.", "keywords": [ "barcode", "linear barcode", "QR code", "DataMatrix", "Aztec", "PDF417", "MaxiCode", "DotCode", "1D barcode", "2D barcode", "code39", "code128", "EAN", "UPC", "GS1", "Barcode SDK", "Barcode Reader" ], "author": "yushulx", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yushulx/nodejs-barcode" }, "homepage": "https://github.com/yushulx/nodejs-barcode#readme", "main": "index.js", "files": [ "platforms/", "scripts/", "src/", "index.js", "index.d.ts", "binding.gyp", "package.json", "README.md", "LICENSE", "nativeLoader.js" ], "types": "index.d.ts", "typings": "", "scripts": { "preinstall": "npm run check-global-deps", "install": "npm run configure && npm run build", "configure": "node-gyp configure", "build": "node-gyp configure build --jobs max", "postinstall": "node ./scripts/postinstall.js", "clean": "node-gyp clean", "check-global-deps": "node ./scripts/checkGlobalDeps.js" }, "gypfile": true, "devDependencies": { "@types/node": "^20.14.2", "node-gyp": "^10.1.0" } }