mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 06:43:24 +03:00
36 lines
864 B
JSON
36 lines
864 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.15.0",
|
|
"description": "Autogenerated GraphQL client for affine.pro",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"sideEffects": "false",
|
|
"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.6.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"
|
|
}
|
|
}
|