2023-11-07 03:27:08 +07:00

21 lines
420 B
JSON

{
"name": "vanilla-json-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"fs": "^0.0.1-security",
"json-server": "^0.17.4",
"nodemon": "^3.0.1",
"uuid": "^9.0.1"
}
}