{ "name": "passport-auth0", "version": "1.4.4", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/auth0/passport-auth0" }, "license": "MIT", "devDependencies": { "jws": "^3.2.2", "mocha": "^10.2.0", "should": "^7.1.0" }, "dependencies": { "axios": "^1.6.0", "passport-oauth": "^1.0.0", "passport-oauth2": "^1.6.0" } }