azimuth-watcher-ts/package.json
Nabarun Gogoi 7b857ec979
Add watcher for Polls contract (#1) (#1)
* Yarn init and setup lerna

* Generate watcher for Polls contract

* Add custom methods for unhandled types

* Fix methods to save and load values of unhandled type from local DB

* Set PropColMaps for custom methods

---------

Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-04-11 10:16:05 +05:30

16 lines
288 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"
},
"devDependencies": {
"lerna": "^6.6.1"
}
}