{
    "name": "@theorchard/graphql-codegen-config-frontend",
    "version": "1.1.0",
    "description": "GraphQL type generation config for frontend projects",
    "main": "index.ts",
    "author": "Sony Music PDE",
    "license": "UNLICENSED",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "dependencies": {
        "@graphql-codegen/add": "^6.0.0",
        "@graphql-codegen/cli": "^6.1.2",
        "@graphql-codegen/introspection": "^5.0.0",
        "@graphql-codegen/near-operation-file-preset": "^4.0.0",
        "@graphql-codegen/typed-document-node": "^6.1.6",
        "@graphql-codegen/typescript": "^5.0.8",
        "@graphql-codegen/typescript-operations": "^5.0.8"
    },
    "peerDependencies": {
        "graphql": ">=15"
    }
}
