UNPKG

@adnovum/ionic-appauth

Version:

Backport integration for OpenId/AppAuth-JS into Ionic V3/4/5

61 lines (60 loc) 1.58 kB
{ "name": "@adnovum/ionic-appauth", "version": "1.1.3", "description": "Backport integration for OpenId/AppAuth-JS into Ionic V3/4/5", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "echo preinstall $USER $PWD >> /tmp/pre", "postinstall": "echo postinstall", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint . --ext .ts" }, "repository": { "type": "git", "url": "git@github.com:wi3land/ionic-appauth.git" }, "homepage": "https://github.com/wi3land/ionic-appauth#readme", "keywords": [ "OAuth", "AppAuth", "JavaScript", "Ionic", "Cordova", "OpenId", "Angular", "React" ], "author": { "name": "wi3land" }, "bugs": { "url": "https://github.com/wi3land/ionic-appauth/issues" }, "license": "MIT", "devDependencies": { "rxjs": "^6.5.4", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "eslint": "^7.13.0", "typescript": "^4.0.5" }, "files": [ "lib/**/*" ], "types": "lib/index.d.ts", "dependencies": { "@openid/appauth": "^1.3.0", "guid-typescript": "^1.0.9" }, "optionalDependencies": { "@capacitor/core": "^2.4.0", "capacitor-secure-storage-plugin": "^0.4.0", "@ionic-native/core": "^5.28.0", "@ionic-native/http": "^5.28.0", "@ionic-native/in-app-browser": "^5.28.0", "@ionic-native/safari-view-controller": "^5.28.0", "@ionic-native/secure-storage": "^5.28.0" } }