-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
33 lines (33 loc) · 950 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
30
31
32
33
{
"name": "@axelar-network/axelar-local-dev-multiversx",
"version": "2.3.2",
"main": "dist/index.js",
"files": [
"dist/",
"contracts/",
"!dist/types",
"!dist/artifacts"
],
"scripts": {
"test": "jest",
"build-ts": "tsc",
"build-contract": "hardhat clean && hardhat compile",
"build": "run-s clean build-ts build-contract",
"clean": "rm -rf src/types dist artifacts",
"prettier": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@axelar-network/axelar-local-dev": "^2.3.2",
"@elastic/elasticsearch": "^8.12.0",
"@multiversx/sdk-core": "^12.18.0",
"@multiversx/sdk-network-providers": "^2.2.1",
"@multiversx/sdk-wallet": "^4.3.0",
"keccak": "^3.0.4"
},
"devDependencies": {
"@types/keccak": "^3.0.4"
},
"author": "",
"license": "ISC",
"description": ""
}