{ "name": "critter-express", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "https://git.batts.cloud/vbatts/is-critter" }, "author": "Vincent Batts ", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "express": "^4.18.2", "morgan": "^1.10.0", "sqlite3": "^5.1.6" } }