{
  "name": "web-localstorage-plus",
  "version": "0.0.19",
  "description": "Enhanced localStorage",
  "packageManager": "yarn@1.2.9",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch src"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supanpanCn/web-localstorage-plus.git"
  },
  "keywords": [
    "localStorage",
    "storage",
    "vue-storage",
    "vue-localStorage",
    "react-storage",
    "react-localStorage"
  ],
  "author": "supanpan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/supanpanCn/web-localstorage-plus/issues"
  },
  "homepage": "https://github.com/supanpanCn/web-localstorage-plus#readme",
  "devDependencies": {
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^18.11.18",
    "tsup": "^6.5.0",
    "typescript": "^4.9.5"
  }
}
