UNPKG

cybersource-rest-client-typescript

Version:
40 lines (39 loc) 1.01 kB
{ "name": "cybersource-rest-client-typescript", "version": "0.0.45-rc.2", "description": "NodeJS client for cybersource-rest-client-typescript", "author": "developer@cybersource.com", "license": "CyberSource", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/hoalongntc/cybersource-rest-client-node" }, "keywords": [ "nodeJS", "typescript" ], "scripts": { "clean": "rm -Rf dist", "prebuild": "npm run clean", "build": "tsc", "postbuild": "yes | cp -rf ../src/* dist/" }, "dependencies": { "app-root-path": "^3.1.0", "jwk-to-pem": "^2.0.5", "jwt-simple": "^0.5.6", "memory-cache": "^0.2.0", "node-forge": ">=1.3.0", "promise": "^8.3.0", "superagent": "7.1.5", "superagent-proxy": "^3.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": { "@types/superagent": "^4.1.16", "typescript": "^4.9.5" } }