UNPKG

cordova-plugin-scanbot-barcode-scanner

Version:

Cordova Plugin for the Scanbot Barcode Scanner SDK

56 lines (55 loc) 1.3 kB
{ "name": "cordova-plugin-scanbot-barcode-scanner", "title": "Scanbot Barcode Scanner SDK for Cordova", "version": "4.2.0", "description": "Cordova Plugin for the Scanbot Barcode Scanner SDK", "cordova": { "id": "cordova-plugin-scanbot-barcode-scanner", "platforms": [ "android", "ios" ] }, "scripts": { "create:typings": "tsc", "check:ts": "tsc --noEmit --emitDeclarationOnly false", "prepack": "python3 compare-versions.py && npm run check:ts && npm run create:typings", "publishBeta": "npm publish --tag beta" }, "types": "dist/index.d.ts", "main": "www/ScanbotBarcodeSDK.js", "keywords": [ "scanbot barcode sdk", "barcode", "qr-code", "scanner", "scan", "scanning", "1d barcode", "2d barcode", "ean", "upc", "data", "matrix", "pdf-417", "cordova", "android", "ios", "cordova:plugin", "Cordova-android" ], "author": "Scanbot SDK GmbH", "license": "Commercial", "readmeFilename": "README.md", "homepage": "https://scanbot.io/developer/cordova-barcode-scanner-plugin", "contributors": [ { "name": "Scanbot", "email": "sdk@scanbot.io", "url": "https://scanbot.io" } ], "devDependencies": { "typescript": "^5.3.2" } }