@syncify/codegen
Version:
Shopify GraphQL codegen handling for the sane developer.
21 lines • 463 B
JSON
{
"name": "test",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"codegen": "graphql-codegen",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.3",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.5",
"@syncify/codegen": "link:..",
"prettier": "catalog:",
"typescript": "catalog:"
}
}