-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 732 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 732 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
{
"name": "eth-deploy-crosschain",
"description": "",
"version": "1.0.1",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"ethereum",
"create1",
"nicks method",
"deploy"
],
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@lukso.network",
"homepage": "https://github.com/frozeman"
}
],
"bugs": {
"url": "https://github.com/frozeman/eth-deploy-crosschain/issues"
},
"homepage": "https://github.com/frozeman/eth-deploy-crosschain#readme",
"license": "Apache-2.0",
"dependencies": {
"eth-lib": "^0.1.29",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.0.19"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}