{
    "name": "ra-data-graphql",
    "version": "5.14.7",
    "description": "A GraphQL data provider for react-admin",
    "zshy": "./src/index.ts",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "types": "./dist/index.d.cts",
    "type": "module",
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/marmelab/react-admin.git"
    },
    "bugs": {
        "url": "https://github.com/marmelab/react-admin/issues"
    },
    "homepage": "https://github.com/marmelab/react-admin#readme",
    "authors": [
        "Gildas Garcia"
    ],
    "keywords": [
        "reactjs",
        "react",
        "react-admin",
        "admin-on-rest",
        "rest",
        "graphql"
    ],
    "license": "MIT",
    "scripts": {
        "build": "zshy --silent"
    },
    "dependencies": {
        "@apollo/client": "^3.3.19",
        "graphql-tag": "^2.12.6",
        "lodash": "~4.18.1",
        "pluralize": "~7.0.0"
    },
    "peerDependencies": {
        "graphql": "^15.6.0 || ^16",
        "ra-core": "^5.0.0"
    },
    "devDependencies": {
        "graphql": "^15.6.0",
        "typescript": "^5.1.3",
        "zshy": "^0.5.0"
    },
    "gitHead": "93ff911afc5415e5e196baf5591380c322253708",
    "files": [
        "dist"
    ],
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    }
}
