{
"name": "@auvo/tauri-plugin-crypto-hw-api",
"version": "0.1.0",
"author": "SoSweetHam <soham@auvo.io>",
"description": "Android/iOS StrongBox/Secure Enclave Bindings+Wrapper for Tauri.",
"type": "module",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"license": "MIT",
"exports": {
"types": "./dist-js/index.d.ts",
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs"
},
"files": [
"dist-js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/auvoid/tauri-plugin-crypto-hw"
},
"keywords": [
"tauri",
"plugin",
"crypto",
"tpm",
"hsm",
"secure enclave",
"strongbox",
"android",
"ios",
"hardware"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "pnpm build",
"pretest": "pnpm build",
"lint": "npx @biomejs/biome lint --write ./guest-js",
"check-lint": "npx @biomejs/biome lint ./guest-js",
"format": "npx @biomejs/biome format --write ./guest-js",
"check-format": "npx @biomejs/biome format ./guest-js",
"check": "npx @biomejs/biome check --write ./guest-js",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}