-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 873 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 873 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
39
{
"name": "blockchain-memo-examples",
"version": "0.1.0",
"description": "Block-chain memo examples",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeIslet/blockchain-memo-examples.git"
},
"keywords": [
"blockchain",
"fabric",
"klytn",
"line",
"luniverse",
"trace",
"memo"
],
"bugs": {
"url": "https://github.com/CodeIslet/blockchain-memo-examples/issues"
},
"homepage": "https://github.com/CodeIslet/blockchain-memo-examples#readme",
"dependencies": {
"caver-js": "^1.5.7",
"lodash": "^4.17.21",
"crypto-js": "^4.0.0",
"axios": "^0.21.1",
"moment": "^2.29.1",
"fabric-network": "^2.2.5"
},
"devDependencies": {
"jest": "^26.6.3"
},
"jest": {
"testEnvironment": "node"
}
}