{ "name": "@pankod/refine-strapi", "description": "refine Strapi REST data provider. refine is a React-based framework for building data-intensive applications in no time. It ships with Ant Design System, an enterprise-level UI toolkit.", "version": "2.0.11", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "private": false, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch --tsconfig tsconfig.json --verbose --noClean", "build": "tsdx build --tsconfig tsconfig.json", "test": "tsdx test --passWithNoTests --runInBand", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "author": "Pankod", "module": "dist/refine-strapi.esm.js", "size-limit": [ { "path": "dist/refine-strapi.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/refine-strapi.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^5.0.5", "nock": "^13.1.3", "size-limit": "^5.0.5", "tsdx": "^0.14.1", "tslib": "^2.3.1" }, "dependencies": { "@pankod/refine": "^2.0.11", "axios": "^0.21.4", "query-string": "^7.0.1" }, "gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719", "publishConfig": { "access": "public" } }