@amirsohail1/react-super-api
Version:
react-super-api allows you to easily fetch, send, update, and delete data from any database with minimal code. No need to manage useState or useEffect
39 lines (38 loc) • 967 B
JSON
{
"name": "@amirsohail1/react-super-api",
"version": "1.3.9",
"description": "react-super-api allows you to easily fetch, send, update, and delete data from any database with minimal code. No need to manage useState or useEffect",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"scripts": {
"build": "babel src -d dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@tanstack/react-query": "^5.66.9"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^9.2.1"
},
"author": "amir sohail shiek",
"license": "ISC",
"keywords": [
"react",
"api",
"fetch",
"post",
"update",
"delete",
"react-api",
"react-super-api"
],
"repository": {
"type": "git",
"url": "https://github.com/sheikhamir1/react-super-api-npmpackage.git"
}
}