UNPKG

@sneko/ionic-appauth

Version:

Intergration for OpenId/AppAuth-JS into Ionic V3/4/5

60 lines (59 loc) 1.52 kB
{ "name": "@sneko/ionic-appauth", "version": "0.7.6-ssr-compatible", "description": "Intergration for OpenId/AppAuth-JS into Ionic V3/4/5", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint . --ext .ts" }, "repository": { "type": "git", "url": "git+ssh://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": "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", "@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", "capacitor-secure-storage-plugin": "^0.4.0" }, "directories": { "lib": "lib" } }