watcher-ts/package.json
Ashwin Phatak fc44617db3
Use solidity mapper to get value for mapping and nested mapping (balance and allowance) (#48)
* Implement getting value for basic mapping type.

* Add test for basic mapping type.

* Implement getting value for nested mapping type.

Co-authored-by: nikugogoi <95nikass@gmail.com>
2021-06-09 10:18:19 +05:30

15 lines
246 B
JSON

{
"name": "erc20-watcher",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"test": "lerna run test --stream --no-bail",
"lint": "lerna run lint --stream"
}
}