This commit is contained in:
hatim boufnichel 2022-11-21 23:12:38 +01:00
parent 96b619c886
commit 4fd8c0d71d
31 changed files with 2734 additions and 2004 deletions

View file

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": " tsc && node build/src/testRunner.js",
"start": "tsc && cd build && node src/index.js",
"start": "tsc && node build/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/* ",
@ -68,4 +68,4 @@
"ts-node": "10.7.0",
"typescript": "4.5.2"
}
}
}