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
23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"name": "@fiora/bin",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"script": "ts-node --transpile-only index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fiora/config": "^1.0.0",
|
|
"@fiora/database": "^1.0.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"chalk": "^4.1.1",
|
|
"detect-port": "^1.3.0",
|
|
"inquirer": "^8.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/detect-port": "^1.3.1",
|
|
"@types/inquirer": "^7.3.3"
|
|
}
|
|
}
|