{
    "name": "nelsius-pay",
    "version": "1.0.0",
    "description": "Official Node.js SDK for the Nelsius Developer API",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "nelsius",
        "payments",
        "sdk",
        "api"
    ],
    "author": "Nelson Siebi",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nelson-siebi/nelsius-pay-node.git"
    },
    "dependencies": {
        "axios": "^1.6.0"
    }
}