UNPKG

jwt-check-expiry

Version:
61 lines (60 loc) 1.55 kB
{ "name": "jwt-check-expiry", "version": "1.0.10", "description": "check JWT is expired or not.", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --config jestconfig.json --coverage", "build": "rimraf lib lib-esm && tsc && tsc -m es6 --outDir lib-esm && webpack", "format": "prettier --write \"src/**/*.ts\" \"lib/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublish": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "jwt", "expire", "json", "web", "token", "decode", "expiration", "check", "expiration", "verify", "jwt", "expiration", "exp", "isexpired", "expired", "jwtexpired", "expiry" ], "author": "vipin kumar", "repository": { "type": "git", "url": "git+https://github.com/vipin08/jwt-check-expiry.git" }, "homepage": "https://github.com/vipin08/jwt-check-expiry#readme", "license": "MIT", "devDependencies": { "@types/jest": "^27.0.1", "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.5", "ts-loader": "^9.2.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.3.5", "webpack": "^5.51.1", "webpack-cli": "^4.8.0" } }