lnurl withdraw + lnurl pay

This commit is contained in:
hatim boufnichel 2022-11-19 23:02:05 +01:00
parent 6f531cf69f
commit 91d67ab4ee
48 changed files with 2287 additions and 32905 deletions

View file

@ -4,12 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"test": " ts-node testRunner.ts",
"start": "ts-node src/index.ts",
"test": " tsc && node build/src/testRunner.js",
"start": "tsc && cd build && node src/index.js",
"build_autogenerated": "cd proto && rimraf autogenerated && protoc -I ./service --pub_out=. service/*",
"build_lnd_client_1": "cd proto && protoc -I ./others --plugin=.\\node_modules\\.bin\\protoc-gen-ts_proto.cmd --ts_proto_out=./lnd --ts_proto_opt=esModuleInterop=true others/* ",
"build_lnd_client": "cd proto && rimraf lnd/* && npx protoc --ts_out ./lnd --ts_opt long_type_string --proto_path others others/* ",
"typeorm": "typeorm-ts-node-commonjs"
"typeorm": "typeorm-ts-node-commonjs",
"aa": "tsc && cd build && node src/services/nostr/index.js"
},
"repository": {
"type": "git",
@ -31,6 +32,7 @@
"@types/node": "^17.0.31",
"@types/secp256k1": "^4.0.3",
"axios": "^0.27.2",
"bech32": "^2.0.0",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
@ -62,6 +64,7 @@
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.10",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.20",
"ts-node": "10.7.0",
"typescript": "4.5.2"
}