kana/package.json

20 lines
474 B
JSON
Raw Normal View History

2021-07-25 17:09:08 +08:00
{
"name": "shizukana",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"repository": "git@github.com:InvisibleFuture/shizukana.git",
"author": "satori <huan0016@gmail.com>",
"license": "MIT",
"dependencies": {
2021-07-26 11:22:48 +08:00
"connect-nedb-session": "^0.0.3",
2021-07-25 17:09:08 +08:00
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-ws": "^5.0.2",
"formidable": "^1.2.2",
2021-07-26 11:22:48 +08:00
"md5-node": "^1.0.1",
"nedb": "^1.8.0",
"string-random": "^0.1.3"
2021-07-25 17:09:08 +08:00
}
}