simple-queries-react
Version:
Simple Queries React: Streamlined requests, powerful results. Transform your API calls into something simple, fast, and scalable with just a few lines of code.
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "simple-queries-react",
"version": "1.5.10",
"description": "Simple Queries React: Streamlined requests, powerful results. Transform your API calls into something simple, fast, and scalable with just a few lines of code.",
"main": "dist/cjs/index.ts",
"module": "dist/esm/index.ts",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"React",
"queries",
"request",
"fetch",
"axios",
"hooks",
"hook",
"API",
"Rest",
"RestFull",
"GET",
"POST",
"PUT",
"Patch",
"Delete",
"Upload",
"Download",
"RESTful",
"Simplified Requests",
"Powerful Results",
"Streamlined",
"Frontend",
"Development",
"JavaScript",
"TypeScript"
],
"author": "Dev Di Lauro",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/react": "^18.0.21",
"react": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-gonzo/simple-queries-react.git"
},
"bugs": {
"url": "https://github.com/dev-gonzo/simple-queries-react/issues"
},
"homepage": "https://github.com/dev-gonzo/simple-queries-react#readme"
}