UNPKG

capacitor-biometric-authentication

Version:

Framework-agnostic biometric authentication library. Works with React, Vue, Angular, or vanilla JS. No providers required!

112 lines (111 loc) 2.93 kB
{ "name": "capacitor-biometric-authentication", "version": "2.1.4", "description": "Framework-agnostic biometric authentication library. Works with React, Vue, Angular, or vanilla JS. No providers required!", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "unpkg": "dist/plugin.js", "files": [ "android/src/main/", "android/build.gradle", "android/variables.gradle", "android/gradle.properties", "android/settings.gradle", "android/proguard-rules.pro", "dist/", "ios/Plugin/", "CapacitorBiometricAuthentication.podspec", "src/" ], "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/plugin.cjs.js", "types": "./dist/esm/index.d.ts" }, "./web": { "import": "./dist/web.js", "types": "./dist/esm/index.d.ts" } }, "author": { "email": "aoneahsan@gmail.com", "name": "Ahsan Mahmood (Aoneahsan)", "url": "https://aoneahsan.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/aoneahsan/capacitor-biometric-authentication.git" }, "bugs": { "url": "https://github.com/aoneahsan/capacitor-biometric-authentication/issues" }, "homepage": "https://github.com/aoneahsan/capacitor-biometric-authentication#readme", "type": "module", "keywords": [ "capacitor", "plugin", "native", "biometric", "authentication", "fingerprint", "face-id", "touch-id", "webauthn", "react", "cordova", "web", "provider-less", "framework-agnostic" ], "scripts": { "build": "npm run clean && npm run tsc && rollup -c rollup.config.js", "clean": "rimraf ./dist", "tsc": "tsc", "watch": "tsc --watch", "lint": "eslint . --ext ts", "prettier": "prettier --write .", "prepublishOnly": "npm run build", "swiftlint": "cd ios && swiftlint lint --fix --format --path Plugin --verbose", "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage" }, "devDependencies": { "@capacitor/android": "^8.0.0", "@capacitor/core": "^8.0.0", "@capacitor/ios": "^8.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@types/node": "^25.0.0", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "@vitest/coverage-v8": "^4.0.15", "eslint": "^9.39.1", "jsdom": "^27.3.0", "prettier": "^3.7.4", "rimraf": "^6.1.2", "rollup": "^4.53.3", "typescript": "^5.9.3", "vitest": "^4.0.15" }, "peerDependencies": { "@capacitor/core": "^8.0.0" }, "peerDependenciesMeta": { "@capacitor/core": { "optional": true } }, "capacitor": { "ios": { "src": "ios" }, "android": { "src": "android" } }, "dependencies": {} }