UNPKG

@auvo/tauri-plugin-crypto-hw-api

Version:

Android/iOS StrongBox/Secure Enclave Bindings+Wrapper for Tauri.

56 lines 1.44 kB
{ "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" ], "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" }, "scripts": { "build": "rollup -c", "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" } }