Files
basic_html_json_sv_demo/my_server/package.json
2026-07-02 21:25:36 +07:00

16 lines
284 B
JSON

{
"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"
}
}