This commit is contained in:
louiscklaw
2025-02-01 02:02:22 +08:00
commit cb49efbeca
213 changed files with 144159 additions and 0 deletions

29
assignment/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "comp3322a-lab6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"into_backend": "docker compose exec -it backend bash",
"into_frontend": "docker compose exec -it frontend bash",
"docker_rebuild": "docker compose up -d",
"gitUpdate": "git add . && git commit -m'update 03_assignment,' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louiscklaw/COMP3322A-lab6.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/louiscklaw/COMP3322A-lab6/issues"
},
"homepage": "https://github.com/louiscklaw/COMP3322A-lab6#readme",
"dependencies": {}
}