payssion-nodejs
Version:
Payssion Nodejs library
44 lines (43 loc) • 843 B
JSON
{
"name": "payssion-nodejs",
"version": "1.0.1",
"description": "Payssion Nodejs library",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node example.js",
"example": "node example.js"
},
"keywords": [
"payssion",
"payment",
"api",
"nodejs",
"gateway",
"payments",
"ecommerce",
"fintech"
],
"author": "Payssion",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/semutjahat/payssion-nodejs.git"
},
"bugs": {
"url": "https://github.com/semutjahat/payssion-nodejs/issues"
},
"homepage": "https://github.com/semutjahat/payssion-nodejs#readme",
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
]
}