{ "name": "git-example", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://compmath.korea.ac.kr/gitlab/students/git-example.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2" } }