azimuth-watcher-ts/package.json
Nabarun Gogoi 4a3c0a2cd1
Upgrade watcher packages to version 0.2.92 for exposing release version and commit hash metrics (#45)
* Upgrade packages to latest watcher-ts version 0.2.92

* Upgrade version in watchers
2024-05-31 11:41:51 +05:30

25 lines
523 B
JSON

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