@eckidevs/payfastjs
Version:
A Node.js implementation of the PayFast API.
27 lines (26 loc) • 546 B
JSON
{
"name": "@eckidevs/payfastjs",
"version": "0.1.3",
"description": "A Node.js implementation of the PayFast API.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"payfast"
],
"author": "Eckhardt-D",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"csvtojson": "^2.0.10"
},
"devDependencies": {
"dotenv": "^8.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Eckhardt-D/payfastjs.git"
}
}