UNPKG

sso-module-punch

Version:

Single Sign On Sign in module for nodejs packages

39 lines (38 loc) 928 B
{ "name": "sso-module-punch", "version": "0.2.0", "description": "Single Sign On Sign in module for nodejs packages", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "node ./tests/first_test.js", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "build-test": "npm run build && npm run test", "publish": "npm run build && npm publish" }, "keywords": [ "Login", "SSO", "Punch" ], "files": [ "lib/**/*" ], "author": "BCC Shot Beach", "license": "ISC", "devDependencies": { "@types/jwt-decode": "^2.2.1", "@types/jsonwebtoken": "^8.3.9", "prettier": "^2.0.4", "tslint": "^6.1.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" }, "dependencies": { "axios": "^0.19.2", "jwt-decode": "^2.2.0", "jsonwebtoken": "^8.5.1" } }