initial nosrt integration

This commit is contained in:
hatim boufnichel 2022-11-15 22:35:24 +01:00
parent 947cf34ff4
commit 50ba34e050
44 changed files with 40869 additions and 7913 deletions

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "tsc && testyts",
"test": " ts-node testRunner.ts",
"start": "ts-node src/index.ts",
"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/* ",
@ -16,6 +16,7 @@
"url": "git+https://github.com/shocknet/Lightning.Pub.git"
},
"author": "",
"type": "module",
"license": "ISC",
"bugs": {
"url": "https://github.com/shocknet/Lightning.Pub/issues"
@ -30,14 +31,17 @@
"@types/node": "^17.0.31",
"@types/secp256k1": "^4.0.3",
"axios": "^0.27.2",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"eccrypto": "^1.1.6",
"express": "^4.18.1",
"globby": "^13.1.2",
"grpc-tools": "^1.11.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"nostr-tools": "^0.24.1",
"pg": "^8.4.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
@ -51,14 +55,14 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/cors": "^2.8.12",
"@types/eccrypto": "^1.1.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.10",
"@types/uuid": "^8.3.4",
"testyts": "^1.5.0",
"ts-node": "10.7.0",
"typescript": "4.5.2"
}
}
}