-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
29 lines (29 loc) · 898 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
29
{
"name": "@axelar-network/axelar-local-dev-aptos",
"version": "2.3.2",
"main": "dist/index.js",
"files": [
"dist/",
"!dist/types",
"!dist/artifacts"
],
"scripts": {
"contract-test": "npx hardhat test",
"test": "jest",
"build-ts": "tsc",
"build-aptos": "bash ./__tests__/modules/build.sh",
"build-contract": "hardhat clean && hardhat compile",
"build": "run-s clean build-ts build-contract build-aptos",
"clean": "rm -rf src/types dist artifacts",
"prettier": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@axelar-network/axelar-cgp-aptos": "^1.0.5",
"@axelar-network/axelar-local-dev": "^2.3.2",
"aptos": "1.3.16"
},
"author": "",
"license": "ISC",
"description": "",
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}