* 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>
16 lines
288 B
JSON
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"
|
|
}
|
|
}
|