Files
Project/package.json
Edward-1100 a8fc313af3 Basic Routes
2025-11-19 17:52:29 -07:00

23 lines
447 B
JSON

{
"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"
}
}