UNPKG

cybersource-auth

Version:

A Node.js method to generate HTTP headers for CyberSource REST API requests, and validate Cybersource JWT tokens

35 lines (34 loc) 740 B
{ "name": "cybersource-auth", "version": "2.1.0", "description": "A Node.js method to generate HTTP headers for CyberSource REST API requests, and validate Cybersource JWT tokens", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "http", "cybersource", "authentication", "sha256", "hmac", "signature", "visa", "payment", "gateway", "rest", "api" ], "author": "Nawaf Abdullah", "license": "MIT", "dependencies": { "jsonwebtoken": "^9.0.0", "node-fetch": "^3.3.2", "node-forge": "^1.3.1" }, "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.2" } }