mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 05:31:51 +00:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"name": "json-server-vercel",
|
|
"version": "1.0.0",
|
|
"description": "Deploy JSON Server to Vercel",
|
|
"main": "api/server.js",
|
|
"scripts": {
|
|
"start": "node api/server.js"
|
|
},
|
|
"dependencies": {
|
|
"json-server": "^0.17.4"
|
|
}
|
|
}
|