UNPKG

pinia-plugin-unistorage

Version:
46 lines (45 loc) 991 B
{ "name": "pinia-plugin-unistorage", "version": "0.1.2", "description": "uniapp 下 pinia 的本地数据缓存插件", "type": "module", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "unbuild", "prepublishOnly": "npm run build", "release": "bumpp --commit --push --tag && npm publish" }, "repository": { "type": "git", "url": "https://github.com/dishait/pinia-plugin-unistorage.git" }, "keywords": [ "pinia", "uniapp", "storage", "pinia-plugin", "persistence" ], "devDependencies": { "@types/node": "^18.19.8", "bumpp": "^9.3.0", "pinia-plugin-persistedstate": "^3.2.1", "unbuild": "^2.0.0" }, "author": { "name": "markthree", "email": "1801982702@qq.com", "url": "https://github.com/markthree" }, "license": "MIT" }