UNPKG

ra-data-fakerest

Version:

JSON Server data provider for react-admin

65 lines (64 loc) 1.58 kB
{ "name": "ra-data-fakerest", "version": "5.14.5", "description": "JSON Server 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": [ "LICENSE", "*.md", "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/marmelab/react-admin.git" }, "keywords": [ "reactjs", "react", "react-admin", "rest", "fakerest", "local" ], "author": "François Zaninotto", "license": "MIT", "bugs": { "url": "https://github.com/marmelab/react-admin/issues" }, "homepage": "https://github.com/marmelab/react-admin#readme", "scripts": { "build": "zshy --silent" }, "dependencies": { "fakerest": "^4.0.1" }, "devDependencies": { "@types/jest": "^29.5.2", "expect": "^27.4.6", "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" } } } }