{ "name": "project", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node start.js" }, "repository": { "type": "git", "url": "https://git.nathanspackman.com/PRO150-Group/Project" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "cors": "^2.8.5", "express": "^5.1.0" } }