oxapay
Version:
An easy to use nodejs package to integrate your project with oxapay
41 lines (40 loc) • 889 B
JSON
{
"name": "oxapay",
"version": "1.0.3",
"description": "An easy to use nodejs package to integrate your project with oxapay",
"main": "main.js",
"types": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OxaTeam/Oxapay.git"
},
"keywords": [
"oxapay.com",
"oxapay",
"oxa",
"pay",
"crypto",
"merchant",
"payouts",
"payments",
"ROBBING",
"GAMER"
],
"author": "ROBBING GAMER",
"license": "MIT",
"bugs": {
"url": "https://github.com/OxaTeam/Oxapay/issues"
},
"homepage": "https://github.com/OxaTeam/Oxapay#readme",
"dependencies": {
"axios": "^1.6.2",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}