-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 KB
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
{
"name": "@choochmeque/tauri-plugin-biometry-api",
"version": "0.2.6",
"author": "You",
"description": "A Tauri v2 plugin for biometric authentication (Touch ID, Face ID, fingerprint) on Android, macOS, iOS and Windows.",
"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"
},
"files": [
"dist-js",
"README.md"
],
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Choochmeque/tauri-plugin-biometry.git"
},
"keywords": [
"tauri",
"biometry",
"biometric",
"authentication",
"touchid",
"faceid",
"fingerprint"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Choochmeque/tauri-plugin-biometry/issues"
},
"homepage": "https://github.com/Choochmeque/tauri-plugin-biometry#readme",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "pnpm build",
"pretest": "pnpm build",
"format": "prettier --write \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\"",
"format-check": "prettier --check \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\""
},
"dependencies": {
"@tauri-apps/api": "^2.8.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.0.0",
"@tauri-apps/cli": "^2.8.1",
"rollup": "^4.50.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"prettier": "3.8.1"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}