-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 908 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
{
"name": "hyperliquid",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"enable-big-blocks": "node enable-big-blocks.js",
"enable-big-blocks-py": "python enable_big_blocks.py true",
"disable-big-blocks-py": "python enable_big_blocks.py false",
"deploy": "node deploy-singleimage.js",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@openzeppelin/contracts": "^5.2.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"express": "^4.21.2",
"node-fetch": "^2.7.0",
"solc": "^0.8.28",
"web3": "^4.16.0"
},
"devDependencies": {
"@ambitlabs/hyperliquid-sdk": "0.0.2-beta5",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"hardhat": "^2.22.18",
"nodemon": "^3.1.9"
}
}