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