* Add APGL license * Set up pre-commit lint using husky * Use husky version compliant with watcher-ts * Tested azimuth-watcher with basic array support * Tested censures-watcher with basic array support * Tested claims-watcher with basic array support * Tested conditional-star-release-watcher with basic array support * Tested linear-star-release-watcher with basic array support * Tested polls-watcher with basic array support * Tested ecliptic-watcher with basic array support * delegated-sending-watcher with basic array support * Update watcher readme with unsupported queries * Temporarily disable pre-commit lint --------- Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"name": "azimuth-watcher-ts",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build --stream",
|
|
"lint": "lerna run lint --stream -- --max-warnings=0",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^7.0.2",
|
|
"lerna": "^6.6.1"
|
|
}
|
|
}
|