UNPKG

scandit-web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

133 lines (132 loc) 4.28 kB
{ "name": "scandit-web-datacapture-barcode", "version": "6.16.2", "description": "Scandit Data Capture SDK for the Web", "license": "Apache-2.0", "engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }, "type": "module", "types": "build/js/index.d.ts", "main": "build/js/index.js", "module": "build/js/index.js", "browser": "build/js/index.js", "author": { "name": "Scandit", "email": "support@scandit.com" }, "contributors": [ { "name": "Sébastien Roch", "email": "sebastien@scandit.com" }, { "name": "Lorenzo Wölckner", "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", "THIRD-PARTY.txt", "build/" ], "scripts": { "dev": "NODE_ENV=debug concurrently -n build,tsc,http-server \"npm run build:watch\" \"npm run types:watch\" \"http-server build -m '{\"application/wasm\": [\"wasm\"]}'\"", "types:watch": "tsc -p tsconfig.json -w --noEmit --preserveWatchOutput", "types:check": "tsc -p tsconfig.json --noEmit", "build": "npm run types:check && node scripts/build.js && npm run generate-typings", "build:coverage": "NODE_ENV=debug npm run types:check && node scripts/build.js --generate-coverage-instrumentation && npm run generate-typings", "build:dev": "NODE_ENV=debug npm run types:check && node scripts/build.js && npm run generate-typings", "build:watch": "NODE_ENV=debug node scripts/build.js --watch", "clean": "rm -rf build/* coverage/* .nyc_output/*", "generate-typings": "tsc -p tsconfig.typings.json && tsc-alias -p tsconfig.typings.json", "test": "jest", "test:ci": "jest --ci", "test:ci:coverage": "jest --ci --coverage", "lint": "eslint --cache .", "lint-fix": "eslint --cache --fix .", "lint-diff": "eslint --config .eslintrc.diff.cjs --cache .", "prepare": "node -e \"process.exit(process.env.CI == null ? 0 : 1)\" && cd ../../../../ && husky install native/libs/web/.husky || true" }, "devDependencies": { "@babel/eslint-parser": "^7.18.9", "@babel/preset-typescript": "^7.18.6", "@testing-library/jest-dom": "^5.16.4", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.1", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "concurrently": "^6.1.0", "dotenv": "^16.0.1", "esbuild": "^0.14.37", "esbuild-plugin-babel": "^0.2.3", "eslint": "^8.13.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^16.1.4", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^2.7.0", "eslint-plugin-diff": "^1.0.12", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jest": "^26.5.3", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jest-formatting": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-regexp": "^1.6.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sonarjs": "^0.12.0", "eslint-plugin-unicorn": "^41.0.1", "fs-extra": "^10.0.0", "globby": "^13.1.1", "http-server": "^14.1.0", "husky": "^7.0.4", "jest": "^28.1.1", "jest-environment-jsdom": "^28.1.1", "jest-extended": "^2.0.0", "jest-junit": "^13.2.0", "lint-staged": "^12.3.7", "npm-packlist": "^5.1.1", "prettier": "^2.6.0", "ts-jest": "^28.0.5", "tsc-alias": "^1.8.2", "tsc-watch": "^4.2.9", "typescript": "^4.7.2" }, "peerDependencies": { "scandit-web-datacapture-core": "6.16.2" }, "dependencies": { "@types/emscripten": "^1.39.4" } }