-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 834 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ln-developer-environment-workshop",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run test:e2e",
"test:e2e": "./node_modules/.bin/mocha --recursive ./test/e2e --exit --timeout 5000"
},
"author": {
"name": "Charles Hill",
"email": "chill@degreesofzero.com"
},
"contributors": [
{
"name": "Carlos Garcia Ortiz",
"email": "yo@carlosgarciaortiz.com"
}
],
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "1.10.8",
"@grpc/proto-loader": "0.7.13",
"bignumber.js": "9.1.2",
"body-parser": "1.20.2",
"express": "4.19.2",
"grpc": "1.24.11",
"uuid": "9.0.1"
},
"devDependencies": {
"mocha": "10.4.0",
"secp256k1": "5.0.0"
}
}