{
	"name": "@tmaguire/azure-ad-verify-token",
	"version": "3.0.7",
	"description": "Verify JWT issued by the Microsoft Identity Platform (including Azure AD B2C).",
	"keywords": [
		"azure",
		"ad",
		"b2c",
		"jwt",
		"verify",
		"token"
	],
	"author": {
		"name": "Tom Maguire",
		"email": "thomas@maguire.email"
	},
	"license": "MIT",
	"homepage": "https://github.com/tmaguire/azure-ad-verify-token",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tmaguire/azure-ad-verify-token.git"
	},
	"bugs": {
		"url": "https://github.com/tmaguire/azure-ad-verify-token/issues"
	},
	"engines": {
		"node": ">=16.0.0"
	},
	"type": "module",
	"exports": "./dist/index.js",
	"types": "dist/index.d.js",
	"files": [
		"dist"
	],
	"scripts": {
		"lint": "eslint . --ext .js,.ts",
		"test": "jest",
		"build": "tsc -p ./tsconfig.json",
		"prepublishOnly": "npm run build",
		"release": "standard-version",
		"format": "prettier --write ."
	},
	"husky": {
		"hooks": {
			"pre-commit": "pretty-quick --staged"
		}
	},
	"devDependencies": {
		"@types/jest": "^29.5.12",
		"@types/jsonwebtoken": "^9.0.6",
		"@typescript-eslint/eslint-plugin": "^8.2.0",
		"@typescript-eslint/parser": "^8.2.0",
		"eslint": "^8.5.7",
		"eslint-config-prettier": "^9.1.0",
		"husky": "^9.1.5",
		"jest": "^29.7.0",
		"nock": "^13.5.5",
		"prettier": "^3.3.3",
		"pretty-quick": "^4.0.0",
		"standard-version": "^9.5.0",
		"ts-jest": "^29.2.5",
		"ts-node": "^10.9.2",
		"typescript": "^5.5.4"
	},
	"dependencies": {
		"jsonwebtoken": "^9.0.2",
		"node-fetch": "^3.3.0",
		"rsa-pem-from-mod-exp": "^0.8.6"
	}
}
