UNPKG

fastify-auth0-verify

Version:
76 lines (75 loc) 2.06 kB
{ "name": "fastify-auth0-verify", "version": "4.1.0", "description": "Auth0 verification plugin for Fastify", "author": "NearForm Ltd", "homepage": "https://github.com/nearform/fastify-auth0-verify", "contributors": [ { "name": "Paolo Insogna", "url": "https://github.com/ShogunPanda" }, { "name": "Simone Busoli", "email": "simone.busoli@nearform.com", "url": "https://github.com/simoneb" } ], "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "keywords": [ "fastify", "fastify-plugin", "auth0" ], "repository": { "type": "git", "url": "git+https://github.com/nearform/fastify-auth0-verify.git" }, "bugs": { "url": "https://github.com/nearform/fastify-auth0-verify/issues" }, "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node --test --experimental-test-coverage --experimental-test-module-mocks ./test/index.test.js", "test:ci": "npm run lint && npm run test && npm run test:types", "test:integration": "node --test ./test/integration.test.js", "test:types": "tsd", "lint": "eslint index.js test", "prepublishOnly": "npm run test:ci", "postpublish": "git push origin && git push origin -f --tags" }, "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/jwt": "^10.0.0", "fastify-jwt-jwks": "^3.0.0", "fastify-plugin": "^5.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.1", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.23.1", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-promise": "^7.2.1", "fast-jwt": "^6.1.0", "fastify": "^5.6.2", "neostandard": "^0.12.2", "nock": "^14.0.10", "node-cache": "^5.1.2", "prettier": "^3.7.4", "tsd": "^0.33.0", "typescript": "^5.9.3" }, "engines": { "node": ">= 20" } }