-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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": "ethereum-kms-sample",
"version": "1.0.0",
"description": "Demo app to sign ethereum tx with Google Cloud KMS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hugoo/ethereum-kms-sample.git"
},
"author": "Hugoo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Hugoo/ethereum-kms-sample/issues"
},
"homepage": "https://github.com/Hugoo/ethereum-kms-sample#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"web3-core": "^1.7.3"
},
"dependencies": {
"@google-cloud/kms": "^2.11.0",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"ethers-gcp-kms-signer": "^1.1.2",
"keccak": "^3.0.2",
"secp256k1": "^4.0.3",
"web3": "^1.7.3",
"web3-utils": "^1.7.1"
}
}