dynamsoft-barcode-reader-bundle
Version:
Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR
92 lines (91 loc) • 3.59 kB
JSON
{
"name": "dynamsoft-barcode-reader-bundle",
"version": "10.5.3000",
"description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
"main": "dist/dbr.bundle.js",
"module": "dist/dbr.no-content-bundle.esm.js",
"exports": {
"import": {
"types": "./dist/dbr.bundle.esm.d.ts",
"default": "./dist/dbr.no-content-bundle.esm.js"
},
"require": {
"types": "./dist/dbr.bundle.d.ts",
"default": "./dist/dbr.bundle.js"
}
},
"sideEffects": true,
"types": "dist/dbr.bundle.esm.d.ts",
"type": "module",
"files": [
"/dist",
"LEGAL.txt",
"LICENSE",
"samples.url",
"API_Reference_BarcodeScanner.url",
"API_Reference_Foundational.url"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"build-dev": "rollup -c --environment BUILD:development",
"test": "echo \"Error: no test specified\" && exit 1",
"update:readme": "updateReadme --package=dynamsoft-barcode-reader-bundle --version=latest --branch=preview --html --rtu",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"update:prod": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=development --tag=latest",
"makeZip": "makeZip --package=dynamsoft-barcode-reader-bundle --version=auto --sampleBranch=_dev --structure=new --otherPkgs=dynamsoft-capture-vision-std dynamsoft-image-processing dynamsoft-core dynamsoft-license dynamsoft-capture-vision-router dynamsoft-utility dynamsoft-camera-enhancer dynamsoft-barcode-reader",
"easyPublish": "npm run update:dev && npm run build && npm publish"
},
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
],
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com",
"email": "support@dynamsoft.com"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft/barcode-reader-javascript.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.38",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@scannerproxy/curscript-path": "^2.0.6",
"mutable-promise": "^1.1.15",
"rollup": "^3.29.3",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"dynamsoft-barcode-reader": "10.4.31",
"dynamsoft-camera-enhancer": "4.1.1",
"dynamsoft-capture-vision-router": "2.4.33",
"dynamsoft-core": "3.4.31",
"dynamsoft-license": "3.4.31",
"dynamsoft-utility": "1.4.32"
}
}