mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 04:21:56 +03:00
36 lines
859 B
JSON
36 lines
859 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.18.0",
|
|
"description": "Autogenerated GraphQL client for affine.pro",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"sideEffects": "false",
|
|
"devDependencies": {
|
|
"@graphql-codegen/add": "^5.0.3",
|
|
"@graphql-codegen/cli": "5.0.3",
|
|
"@graphql-codegen/typescript": "^4.1.2",
|
|
"@graphql-codegen/typescript-operations": "^4.4.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"prettier": "^3.4.2",
|
|
"vitest": "2.1.8"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gql-gen --errors-only"
|
|
},
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"graphql": "^16.9.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
}
|
|
}
|