sushiswap-watcher-ts/package.json

25 lines
523 B
JSON
Raw Normal View History

2024-06-06 05:01:51 +00:00
{
2024-06-06 05:35:37 +00:00
"name": "azimuth-watcher-ts",
2024-06-06 05:01:51 +00:00
"private": true,
"license": "AGPL-3.0",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@cerc-io/rpc-eth-client",
"**/typeorm-naming-strategies"
]
},
"scripts": {
"build": "lerna run build --stream",
2024-06-06 05:35:37 +00:00
"lint": "lerna run lint --stream -- --max-warnings=0",
"prepare": "husky install",
"version:set": "lerna version --no-git-tag-version"
2024-06-06 05:01:51 +00:00
},
"devDependencies": {
"husky": "^7.0.2",
"lerna": "^6.6.1"
}
}