-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
28 lines (28 loc) · 949 Bytes
/
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
{
"name": "@axelar-network/axelar-local-dev-sui",
"version": "2.3.2",
"main": "dist/index.js",
"files": [
"dist/",
"!dist/types",
"!dist/artifacts"
],
"scripts": {
"test": "jest",
"clean": "rm -rf src/types dist artifacts",
"prettier": "prettier --write 'src/**/*.ts'",
"build": "npm run clean && npm run build-ts && npm run build-contract",
"build-ts": "tsc",
"build-contract": "hardhat compile",
"build-sui": "cd move && sui move build"
},
"dependencies": {
"@axelar-network/axelar-cgp-sui": "https://github.com/axelarnetwork/axelar-cgp-sui.git#a27769db651ab1c40c707ad95ea92bffc89fb75e",
"@axelar-network/axelar-local-dev": "^2.3.2",
"@mysten/sui.js": "^0.41.0"
},
"author": "[email protected]",
"license": "ISC",
"description": "",
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}