mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
d53fbcf731
* Add support for arguments on nested GQL query selections * Update package versions
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "@cerc-io/codegen",
|
|
"version": "0.2.105",
|
|
"description": "Code generator",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"codegen": "ts-node src/generate-code.ts",
|
|
"version:set": "./scripts/set-version.sh"
|
|
},
|
|
"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/util": "^0.2.105",
|
|
"@graphql-tools/load-files": "^6.5.2",
|
|
"@npmcli/package-json": "^5.0.0",
|
|
"@poanet/solidity-flattener": "https://github.com/vulcanize/solidity-flattener.git",
|
|
"@solidity-parser/parser": "^0.13.2",
|
|
"ethers": "^5.4.4",
|
|
"gql-generator": "https://github.com/vulcanize/gql-generator.git",
|
|
"graphql": "^15.5.0",
|
|
"graphql-compose": "^9.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"js-yaml": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^2",
|
|
"pluralize": "^8.0.0",
|
|
"shelljs": "^0.8.5",
|
|
"solc": "0.8.13",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^5.0.2",
|
|
"yargs": "^17.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^4.3.2",
|
|
"@types/js-yaml": "^4.0.3",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/node": "^16.9.0",
|
|
"@types/npmcli__package-json": "^4.0.3",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/shelljs": "^0.8.15",
|
|
"@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"
|
|
}
|
|
}
|