forked from Shiba-Community-Dev/shibarium-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
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
40
41
42
43
44
45
46
{
"name": "shibarium-bridge",
"version": "1.2.0",
"description": "Provide interoperability of the Shibarium to mutltiple blockchains.",
"main": "app.js",
"bin": "bin/geth.exe",
"scripts": {
"test": "mocha",
"start":"node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shiba-Community-Dev/Shibarium.git"
},
"keywords": [
"shibarium"
],
"author": "akdadoc <akdadoc@gmail.com> ",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shiba-Community-Dev/Shibarium/issues"
},
"homepage": "https://github.com/Shiba-Community-Dev/Shibarium#readme",
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.1",
"@openzeppelin/contracts": "^4.1.0",
"child_process": "^1.0.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"ethers": "^5.3.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"find-process": "^1.4.4",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"open": "^8.2.1",
"path": "^0.12.7",
"socket.io": "^4.1.2"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.1"
}
}