azimuth-watcher-ts/lerna.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

9 lines
111 B
JSON

{
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "0.0.0",
"npmClient": "yarn"
}