The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperlane-monorepo/package.json

23 lines
562 B

{
"name": "@abacus-network/monorepo",
"scripts": {
"build": "yarn workspaces foreach --parallel --topological run build",
"prettier": "yarn workspaces foreach --parallel run prettier",
"postinstall": "husky install"
},
"workspaces": [
"solidity/*",
"typescript/*"
],
"private": true,
"version": "0.0.0",
"packageManager": "yarn@3.2.0",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"husky": "^8.0.0",
"lint-staged": "^12.4.2",
"prettier": "^2.2.1",
"typescript": "^4.3.5"
}
}