-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "ethers-scripts",
"version": "1.0.0",
"description": "simple scripts for web3 freshman",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "npx git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bot80926/ethers-scripts.git"
},
"keywords": [
"web3",
"frontend",
"ethers",
"blockchain",
"javascript"
],
"author": "Bot80926",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bot80926/ethers-scripts/issues"
},
"homepage": "https://github.com/Bot80926/ethers-scripts#readme",
"dependencies": {
"chalk": "^4.0.0",
"ethereum-input-data-decoder": "^0.4.2",
"ethers": "^4.0.49",
"xlsx": "^0.18.5"
}
}