AFFiNE/packages/frontend/graphql/package.json

35 lines
838 B
JSON

{
"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.3.1"
},
"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.6"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}