更新项目文件结构,统一文档风格
This commit is contained in:
16
backend/database/package.json
Normal file
16
backend/database/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "database",
|
||||
"version": "1.0.0",
|
||||
"description": "## 概述",
|
||||
"main": "setup-database.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.2",
|
||||
"mysql2": "^3.14.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user