-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 891 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "linking_server",
"version": "1.0.0",
"description": "- Linking API - Jenkins CI/CD Test 완료",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"mongoose": "^5.7.9",
"mongoose-auto-increment": "^5.0.1",
"nodemon": "^1.19.4",
"pm2": "^4.1.2",
"underscore": "^1.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linking-service/api-server.git"
},
"bugs": {
"url": "https://github.com/linking-service/api-server/issues"
},
"homepage": "https://github.com/linking-service/api-server#readme"
}