{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "json:server":"json-server --watch db.json" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "json-server": "^0.17.1" } }