mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
25 lines
619 B
JSON
25 lines
619 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.7.0-canary.13",
|
|
"description": "Autogenerated GraphQL client for affine.pro",
|
|
"license": "MPL-2.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/add": "^5.0.0",
|
|
"@graphql-codegen/cli": "4.0.1",
|
|
"@graphql-codegen/typescript": "^4.0.0",
|
|
"@graphql-codegen/typescript-operations": "^4.0.0",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"lodash-es": "^4.17.21",
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^16.6.0"
|
|
}
|
|
}
|