package.json
614 Bytes
{
"name": "@graphql-community/shared",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc --build",
"typegen" : "graphql-codegen --config codegen.yml"
},
"dependencies": {
"lodash": "4.17.20",
"typescript": "^4.2.4"
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/typescript-operations": "^1.18.0",
"@graphql-codegen/typescript-react-apollo": "^2.2.5"
}
}