forked from ChainSafe/chainbridge-core-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 886 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 886 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
{
"name": "chainbridge-core-example",
"version": "1.0.0",
"description": "<a href=\"https://discord.gg/ykXsJKfhgq\"> <img alt=\"discord\" src=\"https://img.shields.io/discord/593655374469660673?label=Discord&logo=discord&style=flat\" /> </a>",
"main": "src/setup.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "node ./setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChainSafe/chainbridge-core-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChainSafe/chainbridge-core-example/issues"
},
"homepage": "https://github.com/ChainSafe/chainbridge-core-example#readme",
"dependencies": {
"axios": "^0.27.2",
"child_process": "^1.0.2",
"dotenv": "^16.0.3",
"web3": "^1.8.0"
}
}