@tryauth/tryauth-client-ts
Version:
TypeScript library for OAuth2 Authentication
35 lines (34 loc) • 713 B
JSON
{
"name": "@tryauth/tryauth-client-ts",
"version": "2.0.2",
"author": "Alex Tochetto <atochetto@tech6group.com>",
"description": "TypeScript library for OAuth2 Authentication",
"keywords": [
"tryauth",
"oauth",
"openid",
"authentication",
"accesstoken",
"idtoken"
],
"license": "MIT",
"main": "dist/TryAuth.js",
"types": "dist/TryAuth.d.js",
"files": [
"dist/**/*"
],
"scripts": {
"tslint": "tslint --project tslint.json"
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.7.2"
},
"dependencies": {
"jwt-decode": "^3.1.2"
},
"repository": {
"type": "git",
"url": "git://github.com/tryauth/tryauth-client-ts"
}
}