{
  "name": "@themineway/smart-storage-react",
  "version": "1.0.0-alpha.13",
  "description": "A React (TS) library that provides a smart and easy way to store data",
  "homepage": "https://themineway.github.io/smart-storage/docs/react/",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "dev": "tsc --project tsconfig.build.json --watch",
    "lint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheMineWay/smart-storage",
    "directory": "packages/smart-storage-react"
  },
  "keywords": [
    "smart-storage",
    "storage",
    "web",
    "react"
  ],
  "author": "TheMineWay",
  "license": "MIT",
  "packageManager": "pnpm@10.6.2",
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@eslint/json": "^0.12.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/node": "^22.15.30",
    "@types/react": "^19.1.6",
    "eslint": "^9.28.0",
    "globals": "^16.2.0",
    "jsdom": "^26.1.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.1",
    "vitest": "^3.2.2",
    "yup": "^1.6.1",
    "zod": "^3.25.56"
  },
  "dependencies": {
    "@themineway/smart-storage-js": "1.0.0-alpha.15",
    "react": "^19.1.0"
  }
}
