mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
1e639c1af3
* Refactor reset CLIs to cli package * Use reset CLIs from cli package in watchers * Fix method to canonicalize latest entities * Use composition with common code for refactored CLIs
30 lines
830 B
JSON
30 lines
830 B
JSON
{
|
|
"name": "@cerc-io/cli",
|
|
"version": "0.2.13",
|
|
"main": "dist/index.js",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"build": "yarn clean && tsc && yarn copy-assets",
|
|
"clean": "rm -rf ./dist",
|
|
"copy-assets": "copyfiles -u 1 src/**/*.gql dist/"
|
|
},
|
|
"dependencies": {
|
|
"@cerc-io/graph-node": "^0.2.13",
|
|
"@cerc-io/util": "^0.2.13",
|
|
"@ethersproject/providers": "^5.4.4",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "^0.2.32",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
"@typescript-eslint/parser": "^4.25.0",
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
"eslint-config-standard": "^5.0.0",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0"
|
|
}
|
|
}
|