watcher-ts/package.json
2021-06-08 12:49:00 +05:30

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"
}
}