{ "name": "node.test", "version": "0.0.1", "description": "Quick test for web deployments", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Frederick Boniface", "license": "ISC", "dependencies": { "express": "^4.18.2" } }