forked from hyperlane-xyz/hyperlane-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "@hyperlane-xyz/deploy",
"version": "1.0.0",
"description": "Utilities for deploying Hyperlane",
"dependencies": {
"@hyperlane-xyz/hyperlane-token": "1.4.2",
"@hyperlane-xyz/sdk": "1.4.2",
"ethers": "^5.7.2",
"yargs": "^17.7.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.14.5",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf ./dist",
"lint": "eslint . --ext .ts",
"prettier": "prettier --write ./config ./scripts ./src"
},
"repository": "https://github.com/hyperlane-xyz/hyperlane-deploy",
"author": "[email protected]",
"license": "Apache 2.0",
"homepage": "https://www.hyperlane.xyz",
"keywords": [
"Hyperlane",
"Permissionless",
"Deployment",
"Typescript"
],
"packageManager": "[email protected]"
}