-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "@layerzerolabs/ua-utils",
"version": "0.0.26",
"repository": "https://github.com/LayerZero-Labs/ua-utils.git",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"scripts": {
"build": "npx tsup",
"prebuild": "tsc -noEmit"
},
"files": [
"dist/",
"LICENSE"
],
"devDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-service-client": "1.1.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"dotenv": "^16.0.3",
"ethers": "^5.5.2",
"hardhat": "2.12.5",
"hardhat-deploy": "^0.11.22",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@layerzerolabs/lz-definitions": "latest",
"@layerzerolabs/lz-sdk": "0.0.12",
"chalk": "4.1.2",
"cli-ux": "^6.0.9",
"exponential-backoff": "^3.1.1"
},
"peerDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-service-client": "1.1.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"ethers": "^5.5.2",
"hardhat": "2.12.5",
"hardhat-deploy": "^0.11.22"
}
}