{ "name": "zootopia-app", "version": "1.0.0", "description": "A web Application for Zootopia Zoo to Manage animal Species and detail", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js", "serve": "json-server --watch db.json" }, "repository": { "type": "git", "url": "git+https://github.com/iKnowJavaScript/Zootopia-App.git" }, "author": "Omolayo Victor", "license": "ISC", "bugs": { "url": "https://github.com/iKnowJavaScript/Zootopia-App/issues" }, "homepage": "https://github.com/iKnowJavaScript/Zootopia-App#readme", "dependencies": { "json-server": "^0.14.2" } }