scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
107 lines (106 loc) • 2.88 kB
JSON
{
"name": "scandit-web-datacapture-id",
"version": "6.28.7",
"description": "Scandit Data Capture SDK for the Web",
"license": "SEE LICENSE IN LICENSE",
"sideEffects": false,
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"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"
},
"./build/engine/*": {
"import": "./build/engine/*",
"default": "./build/engine/*"
}
},
"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",
"web component"
],
"files": [
"package.json",
"README.md",
"README.txt",
"LICENSE",
"THIRD-PARTY.txt",
"build/"
],
"prettier": "@scandit/prettier-config",
"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": "npx tsup",
"build-coverage": "COVERAGE=true npx tsup",
"build-dev": "NODE_ENV=debug npx tsup",
"build-watch": "NODE_ENV=debug npx tsup --watch",
"postbuild": "node scripts/postbuild && npm run generate-typings",
"postbuild-dev": "node scripts/postbuild && npm run generate-typings",
"postbuild-coverage": "node scripts/postbuild && npm run generate-typings",
"clean": "rm -rf build/* coverage/*",
"generate-typings": "node scripts/generate-typings.js",
"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 ."
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --config .eslintrc.diff.cjs --fix"
]
},
"dependencies": {
"@types/emscripten": "^1.39.4"
},
"peerDependencies": {
"scandit-web-datacapture-core": "6.28.7"
}
}