53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "cashu-redeem-api",
|
|
"version": "1.0.0",
|
|
"description": "Redeem ecash (Cashu tokens) to Lightning Address using cashu-ts library and LNURLp",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"keywords": [
|
|
"cashu",
|
|
"lightning",
|
|
"bitcoin",
|
|
"ecash",
|
|
"api",
|
|
"lnurl",
|
|
"lnurlp",
|
|
"mint",
|
|
"satoshi"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cashu/cashu-ts": "^1.1.0",
|
|
"axios": "^1.7.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.4",
|
|
"eslint": "^9.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yourusername/cashu-redeem-api.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yourusername/cashu-redeem-api/issues"
|
|
},
|
|
"homepage": "https://github.com/yourusername/cashu-redeem-api#readme"
|
|
}
|