-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 724 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 724 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": "eth-create2-calculator",
"description": "Library to calculate an ethereum create2 address in advance",
"version": "1.1.5",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"ethereum",
"create2"
],
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@lukso.network",
"homepage": "https://github.com/frozeman"
}
],
"bugs": {
"url": "https://github.com/frozeman/eth-create2-calculator/issues"
},
"homepage": "https://github.com/frozeman/eth-create2-calculator#readme",
"license": "Apache-2.0",
"dependencies": {
"ethers": "^5.0.19"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}