UNPKG

nativescript-fingerprint-auth-custom

Version:

Fork from nativescript-fingerprint-auth to implement custom Android Screen. fingerprint authentication plugin for use in NativeScript apps

74 lines (73 loc) 2.73 kB
{ "name": "nativescript-fingerprint-auth-custom", "version": "7.0.2", "description": "Fork from nativescript-fingerprint-auth to implement custom Android Screen. fingerprint authentication plugin for use in NativeScript apps", "main": "fingerprint-auth", "nativescript": { "platforms": { "android": "5.4.0", "ios": "3.0.0" } }, "snapshot": { "android": { "tns-java-classes": { "modules": [ "nativescript-fingerprint-auth/appcompat-activity" ] } } }, "scripts": { "build": "npm i && tsc", "demo.ios": "npm run preparedemo && cd ../demo && tns run ios", "demo.android": "npm run preparedemo && cd ../demo && tns platform remove android && tns run android", "test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android", "test.ios": "cd ../demo && tns platform remove ios && tns test ios --emulator", "test.ios.device": "cd ../demo && tns platform remove ios && tns test ios", "test.android": "cd ../demo && tns platform remove android && tns test android --justlaunch", "preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-fingerprint-auth && tns plugin add ../src && tns install", "setup": "npm run build && cd ../demo && npm i", "setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src", "tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'", "tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'", "ci.tslint": "npm run tslint && npm run tslint.demo", "prepublishOnly": "npm run build", "development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-fingerprint-auth && cd ../src" }, "repository": { "type": "git", "url": "https://github.com/eddyverbruggen/nativescript-fingerprint-auth.git" }, "keywords": [ "NativeScript", "ecosystem:nativescript", "iOS", "Android", "TouchID", "Touch ID", "FaceID", "Biometric", "Biometric ID", "Fingerprint", "Fingerprint scanner", "Face ID", "Face scanner" ], "author": { "name": "Eddy Verbruggen", "email": "eddyverbruggen@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/eddyverbruggen/nativescript-fingerprint-auth/issues" }, "homepage": "https://github.com/eddyverbruggen/nativescript-fingerprint-auth", "readmeFilename": "README.md", "devDependencies": { "tns-core-modules": "~6.1.1", "tns-platform-declarations": "~6.1.1", "typescript": "~3.4.5", "tslint": "^5.17.0" } }