UNPKG

@sheto/storage

Version:

你见过这么方便的Storage操作库吗?我见过,就是这个!

23 lines (22 loc) 495 B
{ "name": "@sheto/storage", "version": "1.4.1", "license": "MIT", "scripts": { "build": "tsc --build --clean && tsc" }, "main": "./dist/index.js", "files": [ "./dist" ], "description": "你见过这么方便的Storage操作库吗?我见过,就是这个!", "homepage": "https://gitee.com/sheto/storage", "keywords": [ "uniapp", "localStorage", "sessionStorage" ], "devDependencies": { "@types/uni-app": "^1.4.8" } }