-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
58 lines (58 loc) · 1.77 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@axelar-network/axelar-contract-deployments",
"version": "1.4.0",
"description": "Axelar contract deployment scripts",
"main": "index.js",
"scripts": {
"lint": "eslint --fix '**/*.js'",
"prettier": "prettier --write '**/*.js' 'axelar-chains-config/info/*.json' 'package.json' 'evm/**/*.json' '.github/**/*.yaml'",
"test:sui": "mocha sui"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axelarnetwork/axelar-contract-deployments.git"
},
"keywords": [
"axelar",
"ethereum"
],
"author": "axelar-network",
"license": "MIT",
"bugs": {
"url": "https://github.com/axelarnetwork/axelar-contract-deployments/issues"
},
"homepage": "https://github.com/axelarnetwork/axelar-contract-deployments#readme",
"dependencies": {
"@axelar-network/axelar-cgp-solidity": "6.4.0",
"@axelar-network/axelar-cgp-sui": "0.8.0",
"@axelar-network/axelar-gmp-sdk-solidity": "6.0.3",
"@axelar-network/interchain-token-service": "0.0.0-snapshot.b4a6870",
"@cosmjs/cosmwasm-stargate": "^0.32.1",
"@ledgerhq/hw-app-eth": "6.32.2",
"@mysten/sui": "^1.3.0",
"@stellar/stellar-sdk": "^12.1.0",
"axios": "^1.7.2",
"csv-parser": "^3.0.0",
"path": "^0.12.7",
"toml": "^3.0.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.27.21",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@openzeppelin/defender-relay-client": "^1.54.1",
"chai": "^4.3.7",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"dotenv": "^16.0.1",
"eslint": "^8.57.0",
"eslint-config-richardpringle": "^2.0.0",
"fs-extra": "^11.1.1",
"hardhat": "~2.19.5",
"mocha": "^10.2.0",
"prettier": "^3.3.2",
"readline-sync": "^1.4.10"
},
"engines": {
"node": ">=18"
}
}