AFFiNE/packages/graphql/package.json

28 lines
668 B
JSON
Raw Normal View History

{
"name": "@affine/graphql",
2023-08-24 00:53:32 +03:00
"version": "0.8.0-canary.32",
"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": {
2023-05-26 10:47:45 +03:00
"@graphql-codegen/add": "^5.0.0",
2023-07-27 07:02:18 +03:00
"@graphql-codegen/cli": "5.0.0",
2023-06-25 12:16:03 +03:00
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
2023-07-22 16:10:20 +03:00
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
2023-08-16 22:53:33 +03:00
"prettier": "^3.0.2"
},
2023-06-21 09:08:32 +03:00
"scripts": {
"postinstall": "gql-gen"
},
"dependencies": {
2023-08-16 22:53:33 +03:00
"graphql": "^16.8.0"
}
}