-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "choco-barcode-scanner",
"version": "1.6.1",
"description": "Barcode scanner for web",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/chocofamilyme/choco-barcode"
},
"keywords": [
"typescript",
"barcode",
"detector",
"scanner",
"barcode scanner",
"barcode detector",
"штрихкод",
"штрих код",
"сканер",
"детектор"
],
"author": "Asatulla <[email protected]>",
"license": "MIT",
"dependencies": {
"@undecaf/barcode-detector-polyfill": "^0.9.20",
"@undecaf/zbar-wasm": "^0.9.16"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/node": "^20.4.9",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vite-plugin-mkcert": "^1.16.0"
}
}