Files
Project/package.json
2025-11-18 23:14:26 -07:00

22 lines
427 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": "commonjs",
"dependencies": {
"express": "^5.1.0"
}
}