2021-05-28 11:26:40 +00:00
|
|
|
{
|
2022-09-09 11:43:01 +00:00
|
|
|
"name": "@cerc-io/ipld-eth-client",
|
2023-04-13 11:37:09 +00:00
|
|
|
"version": "0.2.36",
|
2021-06-04 06:34:12 +00:00
|
|
|
"description": "IPLD ETH Client",
|
2021-09-02 04:57:56 +00:00
|
|
|
"main": "dist/index.js",
|
2021-06-04 06:34:12 +00:00
|
|
|
"scripts": {
|
2021-09-02 04:57:56 +00:00
|
|
|
"lint": "eslint .",
|
2021-09-07 10:31:15 +00:00
|
|
|
"test": "mocha -r ts-node/register src/**/*.test.ts",
|
2021-09-02 04:57:56 +00:00
|
|
|
"build": "tsc"
|
2021-06-04 06:34:12 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-09-09 11:43:01 +00:00
|
|
|
"url": "git+https://github.com/cerc-io/watcher-ts.git"
|
2021-06-04 06:34:12 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2021-08-12 09:58:13 +00:00
|
|
|
"license": "AGPL-3.0",
|
2021-06-04 06:34:12 +00:00
|
|
|
"bugs": {
|
2022-09-09 11:43:01 +00:00
|
|
|
"url": "https://github.com/cerc-io/watcher-ts/issues"
|
2021-06-04 06:34:12 +00:00
|
|
|
},
|
2022-09-09 11:43:01 +00:00
|
|
|
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
|
2021-06-04 06:34:12 +00:00
|
|
|
"dependencies": {
|
2022-11-17 13:36:07 +00:00
|
|
|
"@apollo/client": "^3.7.1",
|
2023-04-13 11:37:09 +00:00
|
|
|
"@cerc-io/cache": "^0.2.36",
|
2021-06-08 10:37:52 +00:00
|
|
|
"cross-fetch": "^3.1.4",
|
2022-10-11 10:42:06 +00:00
|
|
|
"debug": "^4.3.1",
|
2022-07-11 05:59:33 +00:00
|
|
|
"ethers": "^5.4.4",
|
2021-06-04 06:34:12 +00:00
|
|
|
"graphql": "^15.5.0",
|
2022-11-17 13:36:07 +00:00
|
|
|
"graphql-ws": "^5.11.2",
|
2021-06-08 10:37:52 +00:00
|
|
|
"left-pad": "^1.3.0",
|
2022-11-17 13:36:07 +00:00
|
|
|
"ws": "^8.11.0",
|
|
|
|
"zen-observable-ts": "^1.1.0"
|
2021-06-04 06:34:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-16 05:44:54 +00:00
|
|
|
"@types/ws": "^8.5.3",
|
2023-01-10 14:40:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
|
|
"@typescript-eslint/parser": "^5.47.1",
|
2023-03-24 06:31:33 +00:00
|
|
|
"eslint": "^8.35.0",
|
2021-06-04 06:34:12 +00:00
|
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
2023-03-24 06:31:33 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2021-06-04 06:34:12 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2021-06-04 13:32:28 +00:00
|
|
|
"eslint-plugin-standard": "^5.0.0"
|
2021-05-28 11:26:40 +00:00
|
|
|
}
|
2021-06-04 06:34:12 +00:00
|
|
|
}
|