后端链接数据库
This commit is contained in:
21
server/package.json
Normal file
21
server/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "buy-server",
|
||||
"version": "1.0.0",
|
||||
"description": "和老婆的创业项目",
|
||||
"scripts": {
|
||||
"dev": "egg-bin dev"
|
||||
},
|
||||
"keywords": [
|
||||
"egg",
|
||||
"kubbo"
|
||||
],
|
||||
"author": "kubbo",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"egg": "^3.9.2",
|
||||
"egg-mysql": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"egg-bin": "^5.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user