mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
31 lines
764 B
JSON
31 lines
764 B
JSON
{
|
|
"name": "@tauri-apps/plugin-barcode-scanner",
|
|
"version": "2.0.0-rc.0",
|
|
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
|
|
"license": "MIT or APACHE-2.0",
|
|
"authors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
|
"type": "module",
|
|
"types": "./dist-js/index.d.ts",
|
|
"main": "./dist-js/index.cjs",
|
|
"module": "./dist-js/index.js",
|
|
"exports": {
|
|
"types": "./dist-js/index.d.ts",
|
|
"import": "./dist-js/index.js",
|
|
"require": "./dist-js/index.cjs"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"files": [
|
|
"dist-js",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0-rc.4"
|
|
}
|
|
}
|