basic dal and json

This commit is contained in:
2025-11-18 23:14:26 -07:00
parent 0e8f43f686
commit 0d33259f1e
10 changed files with 528 additions and 49 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}