mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-24 03:59:06 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"name": "erc20-watcher",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "lerna run test --stream --no-bail",
|
|
"lint": "lerna run lint --stream"
|
|
}
|
|
}
|