UNPKG

@practica/jwt-token-verifier

Version:

JWT for Practica

38 lines (37 loc) 913 B
{ "name": "@practica/jwt-token-verifier", "version": "0.0.2", "description": "JWT for Practica", "main": ".dist/index.js", "scripts": { "installDependencies": "npm install", "build": "tsc", "build:watch": "tsc --watch", "test": "jest --forceExit", "test:dev": "jest --silent --runInBand --watch" }, "dependencies": { "jsonwebtoken": "^8.5.1" }, "keywords": [ "jwt", "authentication", "practica", "expressjs" ], "author": "Rashad Majali <majali@protonmail.com>", "license": "ISC", "devDependencies": { "@stryker-mutator/core": "^6.1.2", "@stryker-mutator/jest-runner": "^6.1.2", "@types/jest": "^27.5.0", "@types/jsonwebtoken": "^8.5.8", "jest": "^28.0.3", "nock": "^13.2.4", "node-mocks-http": "^1.11.0", "node-notifier": "^10.0.1", "sinon": "^13.0.2", "ts-jest": "^28.0.1", "typescript": "4.6.4" } }