pago/package.json

25 lines
487 B
JSON

{
"name": "pago",
"version": "1.1.1",
"description": "Lightweight monero payment gateway",
"main": "index.js",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://gitea.gf4.pw/ki9/pago"
},
"keywords": [
"monero"
],
"author": "Keith Irwin (www.ki9.us)",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"monero-wallet-rpc-js": "^1.2.9",
"socket.io": "^4.7.5"
}
}