mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
6c05600b41
Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
16 lines
295 B
JSON
16 lines
295 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",
|
|
"build:contracts": "lerna run build:contracts"
|
|
}
|
|
}
|