first commit

This commit is contained in:
编码猿
2024-09-27 01:16:59 +08:00
commit 885e756114
10 changed files with 674 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "ddd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node-dev index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.6.0",
"yn-mysql-utils": "^1.0.4"
}
}