mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
Nabarun Gogoi
8d052add2d
* Update config for server GQL * Add winston logger for GQL requests * Fix codegen templates for resolver and package * Update package versions --------- Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "@cerc-io/cli",
|
|
"version": "0.2.94",
|
|
"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",
|
|
"compare-gql": "DEBUG='vulcanize:*' node dist/compare-gql.js",
|
|
"proxy": "DEBUG='laconic:*' node dist/proxy.js",
|
|
"export-metrics:chain-heads": "DEBUG='laconic:*' node dist/chain-head-exporter.js"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.1",
|
|
"@cerc-io/cache": "^0.2.94",
|
|
"@cerc-io/ipld-eth-client": "^0.2.94",
|
|
"@cerc-io/libp2p": "^0.42.2-laconic-0.1.4",
|
|
"@cerc-io/nitro-node": "^0.1.15",
|
|
"@cerc-io/peer": "^0.2.94",
|
|
"@cerc-io/rpc-eth-client": "^0.2.94",
|
|
"@cerc-io/util": "^0.2.94",
|
|
"@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": "^15.5.0",
|
|
"graphql-request": "^6.1.0",
|
|
"graphql-subscriptions": "^2.0.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"js-yaml": "^4.0.0",
|
|
"json-diff": "^0.5.4",
|
|
"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/js-yaml": "^4.0.3",
|
|
"@types/json-diff": "^0.5.2",
|
|
"@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"
|
|
}
|
|
}
|