commit 0524daeb4bb547638a73574a2ef194b3a31f43fa Author: yutent Date: Tue Apr 11 14:57:45 2023 +0800 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..7ce12e9 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "@bytedo/store", + "version": "0.0.0", + "description": "indexedDB 操作库", + "main": "dist/index.js", + "scripts": {}, + "author": "", + "license": "MIT" +}