mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
ae60bbe1ce
* Add config option for paid RPC methods * Change rpcProviderNitroNode to nitro * Add config option for funding amounts * Handle review changes * Refactor config and add a method to setup provider with payments * Upgrade package versions --------- Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@cerc-io/rpc-eth-client",
|
|
"version": "0.2.62",
|
|
"description": "RPC ETH Client",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test:rpc": "mocha -r ts-node/register src/**/*.test.ts",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cerc-io/watcher-ts.git"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/cerc-io/watcher-ts/issues"
|
|
},
|
|
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
|
|
"dependencies": {
|
|
"@cerc-io/cache": "^0.2.62",
|
|
"@cerc-io/ipld-eth-client": "^0.2.62",
|
|
"@cerc-io/util": "^0.2.62",
|
|
"chai": "^4.3.4",
|
|
"ethers": "^5.4.4",
|
|
"left-pad": "^1.3.0",
|
|
"mocha": "^8.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.19",
|
|
"@types/mocha": "^8.2.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"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"
|
|
}
|
|
}
|