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
104 lines (103 loc) • 4.73 kB
JSON
{
"name": "dynamsoft-barcode-reader-bundle",
"version": "11.0.6000",
"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.bundle.esm.js",
"exports": {
"import": {
"types": "./dist/dbr.bundle.d.ts",
"default": "./dist/dbr.bundle.esm.js"
},
"require": {
"types": "./dist/dbr.bundle.d.ts",
"default": "./dist/dbr.bundle.js"
}
},
"sideEffects": true,
"types": "dist/dbr.bundle.d.ts",
"type": "module",
"files": [
"/dist",
"LEGAL.txt",
"LICENSE",
"samples.url",
"API_Reference_BarcodeScanner.url",
"API_Reference_Foundational.url"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --environment BUILD:production",
"build-dev": "rollup -c --environment BUILD:development",
"build-core": "cd ../CORE && npm run build-bundle -- DBR CORE && cd ../DBR_BUNDLE && npm run build-dev",
"build-cvr": "cd ../CVR && npm run build-bundle -- DBR CVR && cd ../DBR_BUNDLE && npm run build-dev",
"build-dbr": "cd ../DBR && npm run build-bundle -- DBR DBR && cd ../DBR_BUNDLE && npm run build-dev",
"build-dce": "cd ../DCE && npm run build-bundle -- DBR DCE && cd ../DBR_BUNDLE && npm run build-dev",
"build-dcp": "cd ../DCP && npm run build-bundle -- DBR DCP && cd ../DBR_BUNDLE && npm run build-dev",
"build-license": "cd ../LICENSE && npm run build-bundle -- DBR LICENSE && cd ../DBR_BUNDLE && npm run build-dev",
"build-utility": "cd ../UTILITY && npm run build-bundle -- DBR UTILITY && cd ../DBR_BUNDLE && npm run build-dev",
"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=old --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": "git+https://github.com/dynamsoft/barcode-reader-javascript.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"devDependencies": {
"@dynamsoft/dynamsoft-barcode-reader": "11.0.60-dev-20250812165905",
"@dynamsoft/dynamsoft-camera-enhancer": "4.2.3-dev-20250812165927",
"@dynamsoft/dynamsoft-capture-vision-router": "3.0.60-dev-20250812165839",
"@dynamsoft/dynamsoft-code-parser": "3.0.60-dev-20250812165958",
"@dynamsoft/dynamsoft-license": "4.0.60-dev-20250812170103",
"@dynamsoft/dynamsoft-utility": "2.0.60-dev-20250812170132",
"@dynamsoft/rd2-scripts": "^0.1.49",
"@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",
"@scannerproxy/dlsjs": "3.0.39",
"@types/node": "^22.15.3",
"dynamsoft-core": "npm:@dynamsoft/dynamsoft-core@4.0.60-dev-20250812165815",
"mutable-promise": "^1.1.15",
"rollup": "^3.29.3",
"rollup-plugin-dts": "^6.1.0",
"terser": "^5.43.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"overrides": {
"dynamsoft-core": "$dynamsoft-core"
}
}