You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
523 B

{
"name": "lumo",
"version": "1.0.0",
"description": "A Node JS server that allows you to host a semi transparent and auditable Monero (XMR) wallet for donation and charity purposes.",
"main": "main.js",
"scripts": {
"start": "node ./main.js"
},
"dependencies": {
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.3",
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"monero-javascript": "^0.7.4",
"qrcode": "^1.5.1"
},
"author": "Rezisto.net",
"license": "MIT"
}