-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 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
{
"name": "developer-training-course",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ckb-lumos/base": "^0.19.0",
"@ckb-lumos/ckb-indexer": "^0.19.0",
"@ckb-lumos/common-scripts": "^0.19.0",
"@ckb-lumos/config-manager": "^0.19.0",
"@ckb-lumos/helpers": "^0.19.0",
"@ckb-lumos/lumos": "^0.19.0",
"@ckb-lumos/transaction-manager": "^0.19.0",
"@nervosnetwork/ckb-sdk-rpc": "^0.103.1",
"@nervosnetwork/ckb-sdk-utils": "^0.103.1",
"blake2b": "^2.1.4",
"bufferutility": "^3.0.2",
"ckb-js-toolkit": "^0.10.2",
"int64-buffer": "^1.0.1",
"lodash": "^4.17.21",
"secp256k1": "^5.0.0",
"secp256r1": "0.0.3"
}
}