UNPKG

teko-oauth2

Version:

Teko Identity OAuth 2 Javascript Library for Web App Client

48 lines (47 loc) 1.42 kB
{ "name": "teko-oauth2", "version": "1.9.1", "description": "Teko Identity OAuth 2 Javascript Library for Web App Client", "private": false, "keywords": [ "teko", "oauth2" ], "main": "dist/index.js", "types": "./teko-oauth2.d.ts", "repository": "https://git.teko.vn/user-profile/iam/tekoid-js", "license": "MIT", "scripts": { "start": "webpack --mode development --output teko-oauth2.js --watch", "test": "jest --collect-coverage && eslint src/", "compile": "babel src --out-dir dist --ignore 'src/**/*.test.js'", "minify": "webpack --mode production", "build": "yarn compile && yarn minify", "version": "yarn build && git add ." }, "devDependencies": { "@babel/cli": "^7.6.3", "@babel/core": "^7.6.2", "@babel/preset-env": "^7.4.4", "@sinonjs/fake-timers": "^6.0.1", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jest": "^22.5.1", "eslint-plugin-node": "^9.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "jest": "^24.8.0", "jsonwebtoken": "^8.5.1", "prettier-standard": "^9.1.1", "webpack": "^4.30.0", "webpack-cli": "^3.3.2" }, "dependencies": { "client-oauth2": "^4.2.3", "core-js": "^3.4.2", "crypto-js": "^3.1.9-1", "jwt-decode": "^2.2.0", "regenerator-runtime": "^0.13.3" } }