first commit

This commit is contained in:
编码猿
2024-09-27 01:21:21 +08:00
commit 20bc3c1b13
8 changed files with 367 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "yqbz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node-dev index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0"
}
}