mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
Nabarun Gogoi
c2070a80cb
* Remove block-size-cache util methods as full block with size fetched already * Handle null block error in rpc-eth-client * Upgrade package versions
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@cerc-io/cli",
|
|
"version": "0.2.73",
|
|
"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/",
|
|
"chat": "DEBUG='vulcanize:*, laconic:*' node dist/chat.js"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.1",
|
|
"@cerc-io/cache": "^0.2.73",
|
|
"@cerc-io/ipld-eth-client": "^0.2.73",
|
|
"@cerc-io/libp2p": "^0.42.2-laconic-0.1.4",
|
|
"@cerc-io/nitro-node": "^0.1.15",
|
|
"@cerc-io/peer": "^0.2.73",
|
|
"@cerc-io/rpc-eth-client": "^0.2.73",
|
|
"@cerc-io/util": "^0.2.73",
|
|
"@ethersproject/providers": "^5.4.4",
|
|
"@graphql-tools/utils": "^9.1.1",
|
|
"@ipld/dag-cbor": "^8.0.0",
|
|
"@libp2p/interface-peer-id": "^2.0.0",
|
|
"apollo-server-express": "^3.11.1",
|
|
"debug": "^4.3.1",
|
|
"ethers": "^5.4.4",
|
|
"express": "^4.18.2",
|
|
"graphql-subscriptions": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"pluralize": "^8.0.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "0.2.37",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14",
|
|
"@types/node": "16.11.7",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/yargs": "^17.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"copyfiles": "^2.4.1",
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
"eslint-config-standard": "^5.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|