-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"chai": "^4.3.6"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@faker-js/faker": "^7.6.0",
"crypto-js": "^4.1.1",
"d3-random": "^3.0.1",
"esm": "^3.2.25",
"eth-crypto": "^2.4.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"mocha": "^10.1.0",
"seedrandom": "^3.0.5",
"web3": "^1.8.0",
"web3-providers": "^1.0.0-beta.55",
"zen-observable": "^0.9.0"
},
"name": "chainshot",
"version": "1.0.0",
"main": "index.js",
"module": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Siobhan Doherty",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/sio-doh/chainshot.git"
},
"bugs": {
"url": "https://github.com/sio-doh/chainshot/issues"
},
"homepage": "https://github.com/sio-doh/chainshot#readme",
"description": ""
}