@villedemontreal/jwt-validator
Version:
Module to validate JWT (JSON Web Tokens)
86 lines (85 loc) • 2.58 kB
JSON
{
"name": "@villedemontreal/jwt-validator",
"version": "5.12.2",
"description": "Module to validate JWT (JSON Web Tokens)",
"main": "dist/src/index.js",
"typings": "dist/src",
"files": [
"src",
"dist"
],
"scripts": {
"start": "npm run test",
"test": "nyc mocha --require ts-node/register ./src/**/*.test.ts",
"compile": "tsc --build",
"show-tsconfig": "tsc --showConfig",
"show-coverage": "open output/coverage/lcov-report/index.html",
"lint": "eslint -c .eslintrc.js --ext .ts src",
"lint-fix": "eslint -c .eslintrc.js --fix --ext .ts src",
"ncu": "ncu --target minor -x @types/node",
"ncu-fix": "ncu -u --target minor -x @types/node"
},
"repository": {
"type": "git",
"url": "https://github.com/villedemontreal/node-core-libs.git",
"directory": "packages/node-jwt-validator"
},
"homepage": "https://github.com/villedemontreal/node-core-libs",
"keywords": [
"mtl",
"jwt",
"jwt-verification",
"security",
"authentication"
],
"author": "Ville de Montréal",
"license": "MIT",
"dependencies": {
"@types/nock": "10.0.3",
"@villedemontreal/general-utils": "5.19.2",
"@villedemontreal/http-request": "7.6.2",
"@villedemontreal/logger": "6.8.2",
"app-root-path": "3.1.0",
"http-header-fields-typed": "1.3.0",
"http-status-codes": "2.3.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"moment": "2.30.1",
"nock": "13.5.6",
"superagent": "10.2.3"
},
"devDependencies": {
"@types/app-root-path": "1.2.8",
"@types/chai": "4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/express": "4.17.23",
"@types/fs-extra": "11.0.4",
"@types/http-status-codes": "1.2.0",
"@types/jsonwebtoken": "9.0.10",
"@types/lodash": "4.17.20",
"@types/mocha": "10.0.10",
"@types/node": "20.x",
"@types/request": "2.48.13",
"@types/request-promise-native": "1.0.21",
"@types/sinon": "17.0.4",
"@types/superagent": "8.1.9",
"@types/validator": "13.15.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chai": "4.5.0",
"chai-as-promised": "^7.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.2",
"eslint-plugin-prettier": "5.5.4",
"fs-extra": "11.3.1",
"mocha": "10.8.2",
"mock-express-request": "0.2.2",
"node-mocks-http": "1.17.2",
"node-notifier": "10.0.1",
"nyc": "17.1.0",
"sinon": "19.0.5",
"ts-node": "^10.9.2",
"typescript": "5.9.2",
"validator": "13.15.15"
}
}