update,
This commit is contained in:
30
COMP3322A-Lab-8-MERN/package.json
Normal file
30
COMP3322A-Lab-8-MERN/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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_docker": "docker compose exec -it webdev bash",
|
||||
"docker_rebuild": "docker compose up --build -d",
|
||||
"gitUpdate": "git add . && git commit -am \"update COMP3322A-Lab-8-MERN,\" && 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": {
|
||||
"mongodb": "^4.11.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user