{
    "name": "ra-data-simple-rest",
    "version": "5.14.5",
    "description": "Simple REST 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,
    "files": [
        "*.md",
        "dist",
        "src"
    ],
    "authors": [
        "François Zaninotto"
    ],
    "repository": "marmelab/react-admin",
    "homepage": "https://github.com/marmelab/react-admin#readme",
    "bugs": "https://github.com/marmelab/react-admin/issues",
    "license": "MIT",
    "scripts": {
        "build": "zshy --silent"
    },
    "dependencies": {
        "query-string": "^7.1.3"
    },
    "devDependencies": {
        "ra-core": "^5.14.5",
        "typescript": "^5.1.3",
        "zshy": "^0.5.0"
    },
    "peerDependencies": {
        "ra-core": "^5.0.0"
    },
    "gitHead": "9676993676b9e25ed130623e0d4d6adcde0f16f7",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    }
}
