UNPKG

auth0-api-client

Version:

A Node.js module for making authenticated API calls using Auth0 Machine-to-Machine JWT tokens

54 lines (53 loc) 1.23 kB
{ "name": "auth0-api-client", "version": "1.0.2", "description": "A Node.js module for making authenticated API calls using Auth0 Machine-to-Machine JWT tokens", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build && npm test", "clean": "rm -rf dist" }, "keywords": [ "auth0", "api", "authentication", "m2m", "jwt", "rest", "machine-to-machine", "oauth2", "typescript" ], "author": "Pencho Pitankata <pencho.pitankata@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/auth0-event-exporter.git" }, "homepage": "https://github.com/yourusername/auth0-event-exporter#readme", "bugs": { "url": "https://github.com/yourusername/auth0-event-exporter/issues" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "dependencies": { "auth0": "^4.0.1", "axios": "^1.6.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.2.1", "jest": "^29.7.0", "ts-jest": "^29.4.1", "typescript": "^5.9.2" }, "engines": { "node": ">=14.0.0" } }