Files
james_endl/james_endl-js-commission/package.json
louiscklaw cb49efbeca update,
2025-02-01 02:02:22 +08:00

30 lines
711 B
JSON

{
"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"
},
"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"
}
}