parameters-tuner
Version:
Web components which make it easy to adjust the parameters of Dynamsoft Barcode Reader
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "parameters-tuner",
"version": "0.1.3",
"description": "Web components which make it easy to adjust the parameters of Dynamsoft Barcode Reader",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/parameters-tuner/parameters-tuner.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/tony-xlh/parameters-tuner.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^2.13.0"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"puppeteer": "^10.0.0"
},
"keywords": [
"Dynamsoft",
"barcode",
"qrcode",
"parameter",
"WYSIWYG",
"tuner"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}