watcher-ts/package.json
prathamesh0 80682e2755
Remove Uniswap watchers and related artifacts (#163)
* Remove Uniswap watchers and related code

* Remove Uniswap artifacts from graph-node

* Remove Uniswap artifacts from graph-test-watcher
2022-08-17 14:04:20 +05:30

24 lines
661 B
JSON

{
"name": "watcher-ts",
"license": "AGPL-3.0",
"private": true,
"workspaces": {
"packages": ["packages/*"],
"nohoist": ["**/@graphprotocol/graph-ts"]
},
"devDependencies": {
"depcheck": "^1.4.2",
"husky": "^7.0.2",
"lerna": "^4.0.0"
},
"scripts": {
"lint": "lerna run lint --stream",
"test:init": "lerna run test:init --stream --ignore @vulcanize/*-watcher",
"test": "lerna run test --stream --ignore @vulcanize/*-watcher",
"build": "lerna run build --stream",
"build:watch": "lerna run build --stream --parallel -- -w",
"db:reset": "sudo ./scripts/reset-dbs.sh",
"prepare": "husky install"
}
}