@it-enterprise/jwtauthentication
Version:
JSON Web Token-Based authentication library
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "@it-enterprise/jwtauthentication",
"version": "3.1.8-alpha.42",
"description": "JSON Web Token-Based authentication library",
"main": "./dist/jwtauthentication.common.js",
"files": [
"dist/*.js*",
"src/*"
],
"scripts": {
"build": "vue-cli-service build --target lib --name jwtauthentication ./src/main.js",
"test": "jest"
},
"keywords": [
"athentication",
"jwt"
],
"author": "it-enterprise",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"jwt-decode": "^4.0.0",
"oidc-client-ts": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.0.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"jasmine-expect": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
"vue-template-compiler": "^2.6.11"
}
}