Files
comp2537-assignment3/package.json
T
2025-05-19 23:11:59 -07:00

24 lines
571 B
JSON

{
"name": "assignment3",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/SowinskiBraeden/comp2537-assignment3#readme",
"bugs": {
"url": "https://github.com/SowinskiBraeden/comp2537-assignment3/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SowinskiBraeden/comp2537-assignment3.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0"
}
}