package.json 410 Bytes
Newer Older
Park Sungwoo's avatar
node    
Park Sungwoo committed
1
2
3
4
5
{
  "name": "git-example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
Park Sungwoo's avatar
push    
Park Sungwoo committed
6
  "type": "module",
Park Sungwoo's avatar
node    
Park Sungwoo committed
7
  "scripts": {
Park Sungwoo's avatar
Park Sungwoo committed
8
    "dev": "node src/index.js"
Park Sungwoo's avatar
node    
Park Sungwoo committed
9
10
11
12
13
14
15
16
17
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/students/git-example.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
Park Sungwoo's avatar
Park Sungwoo committed
18
19
    "express": "^4.18.2",
    "mongoose": "^6.8.3"
Park Sungwoo's avatar
node    
Park Sungwoo committed
20
21
  }
}