{
  "name": "@gunny/persist",
  "version": "1.0.3",
  "description": "使用本地存储实现数据持久化，并能设置过期时间和自定义命名空间",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node ./dev.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sutras/persist.git"
  },
  "keywords": [
    "localStorage",
    "sessionStorage",
    "ttl",
    "persist"
  ],
  "author": "wuzhitao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sutras/persist/issues"
  },
  "homepage": "https://github.com/sutras/persist#readme",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "open": "^10.1.0"
  }
}
