{ "name": "@affine/graphql", "version": "0.14.0", "description": "Autogenerated GraphQL client for affine.pro", "license": "MIT", "type": "module", "main": "./src/index.ts", "module": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "devDependencies": { "@graphql-codegen/add": "^5.0.2", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/typescript": "^4.0.6", "@graphql-codegen/typescript-operations": "^4.2.0", "@types/lodash-es": "^4.17.12", "prettier": "^3.2.5", "vitest": "1.4.0" }, "scripts": { "postinstall": "gql-gen --errors-only" }, "dependencies": { "@affine/env": "workspace:*", "graphql": "^16.8.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "nanoid": "^5.0.7" }, "installConfig": { "hoistingLimits": "workspaces" } }