watcher-ts/package.json

13 lines
221 B
JSON
Raw Normal View History

2021-05-10 09:06:55 +00:00
{
"name": "erc20-watcher",
"private": true,
2021-05-13 10:19:15 +00:00
"workspaces": [
"packages/*"
],
"devDependencies": {},
"scripts": {
"test": "lerna run test --stream --no-bail",
"lint": "lerna run lint --stream"
}
2021-05-10 09:06:55 +00:00
}