mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-02-02 16:24:07 +00:00
* Add a cli to export chain head block numbers * Use ETH RPC endpoint and allow env overrides * Use ethers provider * Export upstream chain head block number in watcher metrics * Remove unnecessary exports * Upgrade package versions * Fix defaults usage * Export watcher config in metrics * Add metric for watcher sync mode * Remove cache flag from watcher config metrics * Update watcher config field names
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@cerc-io/solidity-mapper",
|
|
"version": "0.2.79",
|
|
"main": "dist/index.js",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@ethersproject/abi": "^5.3.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@types/chai": "^4.2.18",
|
|
"@types/lodash": "^4.14.168",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"chai": "^4.3.4",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"ethereum-waffle": "^3.1.1",
|
|
"ethers": "^5.4.4",
|
|
"hardhat": "^2.3.0",
|
|
"lodash": "^4.17.21",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test:init": "cp .env.example .env",
|
|
"test": "hardhat test",
|
|
"build": "tsc",
|
|
"test:geth-rpc": "hardhat --network private test",
|
|
"test:ipld-gql": "IPLD_GQL=true hardhat --network private test"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^10.0.0"
|
|
}
|
|
}
|