/ package.json
package.json
1 { 2 "name": "cashu", 3 "version": "0.0.11", 4 "description": "cashu", 5 "main": "src/index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "type": "module", 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/nostrapps/cashu.git" 13 }, 14 "keywords": [ 15 "nostr", 16 "cashu", 17 "app" 18 ], 19 "author": "Melvin Carvalho", 20 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/nostrapps/cashu/issues" 23 }, 24 "homepage": "https://github.com/nostrapps/cashu#readme", 25 "dependencies": {} 26 }