UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

101 lines 2.33 kB
{ "name": "@scandit/web-datacapture-barcode", "version": "7.3.0", "description": "Scandit Data Capture SDK for the Web", "license": "SEE LICENSE IN LICENSE", "sideEffects": false, "engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }, "private": false, "types": "./build/js/index.d.ts", "type": "module", "main": "./build/js/index.js", "module": "./build/js/index.js", "browser": "./build/js/index.js", "exports": { "./package.json": "./package.json", ".": { "types": "./build/js/index.d.ts", "import": "./build/js/index.js", "default": "./build/js/index.js" }, "./sdc-lib/*": { "import": "./sdc-lib/*", "default": "./sdc-lib/*" } }, "author": { "name": "Scandit", "email": "support@scandit.com" }, "contributors": [ { "name": "Pasquale Mangialavori", "email": "pasquale@scandit.com" }, { "name": "Anthony Penna", "email": "anthony@scandit.com" }, { "name": "S\u00e9bastien Roch", "email": "sebastien@scandit.com" }, { "name": "Lorenzo W\u00f6lckner", "email": "lorenzo@scandit.com" } ], "homepage": "https://www.scandit.com/products/sdk-web/", "bugs": { "email": "support@scandit.com" }, "repository": { "type": "git", "url": "https://github.com/scandit" }, "keywords": [ "scandit", "barcode", "data capture", "capture", "qr", "scan", "scanner", "scanning", "code", "webassembly", "sdk", "javascript", "typescript" ], "files": [ "package.json", "README.md", "README.txt", "LICENSE", "THIRD_PARTY.txt", "build/", "sdc-lib/" ], "scripts": { "types-watch": "tsc -p tsconfig.json -w --noEmit --preserveWatchOutput", "types:check": "tsc -p tsconfig.json --noEmit", "build": "npx tsup", "build-coverage": "COVERAGE=true npx tsup", "build-dev": "NODE_ENV=debug npx tsup", "build-watch": "NODE_ENV=debug npx tsup --watch", "clean": "rm -rf build/* coverage/* .nyc_output/*", "test": "jest", "test-ci": "jest --ci", "test-ci-coverage": "jest --ci --coverage" }, "peerDependencies": { "@scandit/web-datacapture-core": "7.3.0" }, "dependencies": { "@types/emscripten": "^1.39.13" } }