mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-22 23:30:36 +08:00
35 lines
865 B
JSON
35 lines
865 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.26.3",
|
|
"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": "^6.0.0",
|
|
"@graphql-codegen/cli": "^6.1.3",
|
|
"@graphql-codegen/typescript": "^5.0.9",
|
|
"@graphql-codegen/typescript-operations": "^5.0.9",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"prettier": "^3.7.4",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"scripts": {
|
|
"build": "gql-gen --errors-only"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/error": "workspace:*",
|
|
"graphql": "^16.9.0",
|
|
"lodash": "^4.17.23",
|
|
"lodash-es": "^4.17.23"
|
|
}
|
|
}
|