mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 12:26:19 +00:00
8507bc8b9c
* Rename erc20 watcher folder. * Update repo URLs. * Address watcher package scaffolding.
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "watcher-ts",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"lerna": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "lerna run test --stream --no-bail",
|
|
"lint": "lerna run lint --stream"
|
|
}
|
|
}
|