2021-05-10 09:06:55 +00:00
|
|
|
{
|
2021-06-17 12:26:38 +00:00
|
|
|
"name": "watcher-ts",
|
2021-08-12 09:58:13 +00:00
|
|
|
"license": "AGPL-3.0",
|
2021-05-10 09:06:55 +00:00
|
|
|
"private": true,
|
2021-09-22 13:41:25 +00:00
|
|
|
"workspaces": {
|
|
|
|
"packages": ["packages/*"],
|
|
|
|
"nohoist": ["**/@graphprotocol/graph-ts"]
|
|
|
|
},
|
2021-06-09 04:48:19 +00:00
|
|
|
"devDependencies": {
|
2021-09-07 10:31:15 +00:00
|
|
|
"depcheck": "^1.4.2",
|
2021-09-20 10:55:54 +00:00
|
|
|
"husky": "^7.0.2",
|
2021-06-09 04:48:19 +00:00
|
|
|
"lerna": "^4.0.0"
|
|
|
|
},
|
2021-06-04 14:29:07 +00:00
|
|
|
"scripts": {
|
2021-08-10 10:23:59 +00:00
|
|
|
"lint": "lerna run lint --stream",
|
2022-09-09 11:43:01 +00:00
|
|
|
"test:init": "lerna run test:init --stream --ignore @cerc-io/*-watcher",
|
|
|
|
"test": "lerna run test --stream --ignore @cerc-io/*-watcher",
|
2021-09-02 04:57:56 +00:00
|
|
|
"build": "lerna run build --stream",
|
|
|
|
"build:watch": "lerna run build --stream --parallel -- -w",
|
2022-10-11 08:11:26 +00:00
|
|
|
"prepare": "husky install",
|
2022-11-23 12:53:26 +00:00
|
|
|
"publish:workspace": "yarn build && lerna publish",
|
|
|
|
"version:set": "lerna version --no-git-tag-version"
|
2021-06-04 14:29:07 +00:00
|
|
|
}
|
2021-05-10 09:06:55 +00:00
|
|
|
}
|