UNPKG

abit-cache

Version:
59 lines (58 loc) 1.44 kB
{ "name": "abit-cache", "version": "1.0.6", "private": false, "description": "React cache library from scratch", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc && webpack --mode production", "build:types": "tsc --emitDeclarationOnly" }, "peerDependencies": { "react": "^18", "react-dom": "^18" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "babel-loader": "^9.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "webpack": "^5.75.0", "webpack-cli": "^5.0.0", "typescript": "^5.6.3", "@types/node": "^20.17.6", "@types/react": "^18", "@types/react-dom": "^18", "webpack-node-externals": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/abtinMonsef/abit-cache.git" }, "keywords": [ "react", "cache", "caching", "data-fetching", "optimistic-ui", "mutation", "suspense", "revalidation", "invalidation" ], "author": "Abtin Monsef <abtin.monsef@gmail.com> (https://liyoosa.ir/)", "license": "MIT", "bugs": { "url": "https://github.com/abtinMonsef/abit-cache/issues" }, "homepage": "https://github.com/abtinMonsef/abit-cache#readme" }