{
  "name": "@allior/cache",
  "version": "3.0.0",
  "description": "Little cache system",
  "type": "module",
  "types": "./dist/root/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/root/index.d.ts",
      "import": "./dist/root/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "README_RU.md"
  ],
  "scripts": {
    "pub": "npm publish --access public",
    "build": "rimraf dist && vite build && cross-env VITE_IIFE_ENTRY=root vite build --config vite.iife.config.ts && cross-env VITE_IIFE_ENTRY=react vite build --config vite.iife.config.ts && tsc -p tsconfig.types.json",
    "clean": "rimraf dist",
    "prepublishOnly": "bun run build"
  },
  "keywords": [
    "wmake",
    "utils",
    "cache"
  ],
  "author": "An1by",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "devDependencies": {
    "cross-env": "^10.1.0",
    "react": "^19.0.0",
    "rimraf": "^6.1.3"
  }
}
