mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
fc44617db3
* 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>
15 lines
246 B
JSON
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"
|
|
}
|
|
}
|