@scandit/web-barcode-link
Version:
The Scandit Web Barcode Link package
85 lines (84 loc) • 2.16 kB
JSON
{
"name": "@scandit/web-barcode-link",
"version": "0.4.2",
"description": "The Scandit Web Barcode Link package",
"type": "module",
"types": "dist/index.d.ts",
"author": {
"name": "Scandit",
"email": "support@scandit.com"
},
"contributors": [
{
"name": "Anthony Penna",
"email": "anthony@scandit.com"
},
{
"name": "Pasquale Mangialavori",
"email": "pasquale@scandit.com"
},
{
"name": "Sébastien Roch",
"email": "sebastien@scandit.com"
}
],
"files": [
"dist",
"CHANGELOG.md",
"LICENSE"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"scripts": {
"enter-beta-mode": "npx changeset pre enter beta",
"exit-beta-mode": "npx changeset pre exit",
"add-changeset": "npx changeset",
"create-version": "npx changeset version && export VERSION=$(node -e 'console.log(require(\"./package.json\").version)') && git add . && git commit -m \"v$VERSION $npm_package_name release\" && git tag -a $npm_package_name/$VERSION -m \"v$VERSION $npm_package_name release\"",
"postcreate-version": "git push --follow-tags",
"release": "npx changeset publish",
"test:watch": "vitest watch",
"test": "vitest",
"build": "tsc && vite build --mode production",
"dev": "vite build --watch --mode development"
},
"keywords": [
"scandit",
"barcode",
"data capture",
"capture",
"qr",
"scan",
"scanner",
"scanning",
"code",
"webassembly",
"sdk",
"javascript",
"typescript",
"barcode-link"
],
"license": "SEE LICENSE IN LICENSE",
"peerDependencies": {
"@scandit/web-datacapture-barcode": ">= 7"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^18.19.20",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}