This commit is contained in:
satori 2021-11-17 05:57:41 +08:00
parent a6eb6044e2
commit 57fcb52cfe

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "使用 nedb 作为 session 的存储容器",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},