mirror of
https://github.com/yinxin630/fiora.git
synced 2026-06-04 21:03:18 +08:00
* Refactor as monorepo * Fix server * Fix client * Fix not fire message event error * Fix CI scripts * Update install doc * Fix bin * Refactored the directory structure to the final version * Fix ts type error * Fix lint error * Fix unit test error * Update .gitignore
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "@fiora/database",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fiora/config": "^1.0.0",
|
|
"@fiora/utils": "^1.0.0",
|
|
"mongoose": "^5.13.3",
|
|
"redis": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mongoose": "^5.11.97",
|
|
"@types/redis": "^2.8.31"
|
|
}
|
|
}
|