UNPKG

@shared-state/persist

Version:

此软件包提供状态持久化功能

25 lines 475 B
{ "name": "@shared-state/persist", "author": "Mark Li", "private": false, "repository": { "type": "git", "url": "git@github.com:lmarklil/shared-state.git" }, "version": "0.0.19", "description": "", "keywords": [ "shared-state" ], "license": "MIT", "type": "module", "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.mjs", "files": [ "dist" ], "peerDependencies": { "@shared-state/core": "" } }