UNPKG

@regulaforensics/idv

Version:

This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.

39 lines 925 B
{ "version": 1, "projects": { "app": { "root": "", "sourceRoot": "src", "projectType": "application", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "www", "index": "index.html", "main": "index.tsx", "tsConfig": "tsconfig.json", "assets": [ { "glob": "**/*", "input": "assets", "output": "assets" }, { "glob": "**/*", "input": "images", "output": "images" } ] } }, "ionic-cordova-build": { "builder": "@ionic/cordova-builders:cordova-build", "options": { "browserTarget": "app:build" } } } } } }