-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
88 lines (88 loc) · 3.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "dynamsoft-barcode-reader-bundle",
"version": "10.4.3100",
"description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
"main": "dist/dbr.bundle.js",
"module": "dist/dbr.no-content-bundle.esm.js",
"exports": {
"import": {
"types": "./dist/dbr.bundle.esm.d.ts",
"default": "./dist/dbr.no-content-bundle.esm.js"
},
"require": {
"types": "./dist/dbr.bundle.d.ts",
"default": "./dist/dbr.bundle.js"
}
},
"sideEffects": true,
"types": "dist/dbr.bundle.esm.d.ts",
"type": "module",
"files": [
"/dist",
"LEGAL.txt",
"LICENSE",
"samples.url",
"API Reference.url"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"test": "echo \"Error: no test specified\" && exit 1",
"update:readme": "updateReadme --package=dynamsoft-barcode-reader-bundle --version=latest --branch=preview --html",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"update:prod": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=development --tag=latest",
"makeZip": "makeZip --package=dynamsoft-barcode-reader-bundle --version=auto --sampleBranch=_dev --structure=new --otherPkgs=dynamsoft-capture-vision-std dynamsoft-image-processing dynamsoft-core dynamsoft-license dynamsoft-capture-vision-router dynamsoft-utility dynamsoft-camera-enhancer dynamsoft-barcode-reader",
"easyPublish": "npm run update:dev && npm run build && npm publish"
},
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
],
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com",
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft/barcode-reader-javascript.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.36",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@scannerproxy/curscript-path": "^2.0.1",
"rollup": "^3.29.3",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"dependencies": {
"dynamsoft-barcode-reader": "10.4.31",
"dynamsoft-camera-enhancer": "4.1.1",
"dynamsoft-capture-vision-router": "2.4.33",
"dynamsoft-core": "3.4.31",
"dynamsoft-license": "3.4.31",
"dynamsoft-utility": "1.4.32"
}
}