npubpayments/package.json

17 lines
361 B
JSON
Raw Normal View History

{
"name": "npub-pay-clnrest",
"version": "0.0.1",
"description": "Simple payments app for core-lightning node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"socket.io-client": "^4.7.5"
}
}