{
  "name": "@themineway/smart-storage-js",
  "version": "1.0.0-alpha.19",
  "description": "A TS/JS library that provides a smart and easy way to store data",
  "homepage": "https://themineway.github.io/smart-storage/docs/vanilla/",
  "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-js"
  },
  "keywords": [
    "smart-storage",
    "storage",
    "web"
  ],
  "author": "TheMineWay",
  "license": "MIT",
  "packageManager": "pnpm@10.6.2",
  "dependencies": {
    "yup": "^1.6.1",
    "zod": "^4.0.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@eslint/json": "^0.12.0",
    "@types/node": "^22.15.30",
    "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"
  }
}
