express-session-nedb/package.json
2023-08-27 18:29:08 +08:00

21 lines
644 B
JSON

{
"name": "express-session-nedb",
"version": "1.0.3",
"description": "Use nedb as the storage container for express-session. 使用 nedb 作为 express-session 的存储容器",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InvisibleFuture/express-session-nedb.git"
},
"author": "satori.love",
"license": "MIT",
"bugs": {
"url": "https://github.com/InvisibleFuture/express-session-nedb/issues"
},
"homepage": "https://github.com/InvisibleFuture/express-session-nedb#readme"
}