dynamsoft-javascript-barcode
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
103 lines (102 loc) • 3.72 kB
JSON
{
"name": "dynamsoft-javascript-barcode",
"version": "9.6.42",
"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.",
"private": false,
"files": [
"/dist/*.js",
"/dist/*.mjs",
"/dist/*.html",
"/dist/*.wasm",
"/dist/**/*.d.ts",
"/API Reference.url",
"/LEGAL.txt",
"/samples.url"
],
"homepage": "https://www.dynamsoft.com/barcode-reader/sdk-javascript",
"main": "./dist/dbr.pure.js",
"module": "./dist/dbr.pure.esm.js",
"exports": {
"import": {
"types": "./dist/dbr.d.ts",
"default": "./dist/dbr.pure.esm.js"
},
"require": {
"types": "./dist/dbr.d.ts",
"default": "./dist/dbr.pure.js"
}
},
"sideEffects": false,
"type": "module",
"types": "./dist/dbr.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft/barcode-reader-javascript.git"
},
"maintainers": [
{
"name": "Dynamsoft",
"email": "support@dynamsoft.com"
}
],
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
],
"scripts": {
"build:doc": "typedoc",
"build-dev": "rollup -c --environment BUILD:development",
"build": "rollup -c --environment BUILD:production",
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=preview --html",
"update:prod": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=development --tag=latest",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"updateDCE:prod": "updateImportedPkg --package=dynamsoft-camera-enhancer --no-dev",
"updateDCE:dev": "updateImportedPkg --package=dynamsoft-camera-enhancer --dev",
"makeZip": "makeZip --package=dynamsoft-barcode-reader --version=auto --sampleBranch=9.x --structure=old",
"easyPublish": "npm run update:dev && npm run build-dev && npm publish"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "0.1.17",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@scannerproxy/browser-info": "^2.0.8",
"@scannerproxy/curscript-path": "^2.0.4",
"@scannerproxy/dlsjs": "^3.0.20",
"detect-browser-node-ssr": "^3.0.2",
"fs-extra": "^8.1.0",
"mutable-promise": "^1.1.13",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"dm-howler": "^2.2.4",
"dynamsoft-camera-enhancer": "3.3.10-beta-202404222209"
}
}