mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
198d3e65db
* Track amount paid on payment channels and charge as per query cost * Add payments manager config * Fix received payment checks * Separate out payment not received and amount insufficient errors * Serve a query for free if its rate is not configured * Load open payment channels from the stored state * Take list of free queries from config * Take mutation rates from config * Rename query rates config fields * Take cache settings and request timeout from config * Upgrade ts-nitro packages * Upgrade package versions
38 lines
1023 B
JSON
38 lines
1023 B
JSON
{
|
|
"name": "@cerc-io/tracing-client",
|
|
"version": "0.2.50",
|
|
"description": "ETH VM tracing client",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "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": {
|
|
"ethers": "^5.4.4",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "^17.0.0",
|
|
"@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"
|
|
}
|
|
}
|