This commit is contained in:
2026-07-02 21:25:36 +07:00
commit c1820e5ec4
6 changed files with 632 additions and 0 deletions

15
my_server/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "my_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"json-server": "^1.0.0-beta.15"
}
}