김성욱

dafadfa

This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 -{
2 - "name": "example",
3 - "version": "1.0.0",
4 - "description": "",
5 - "main": "index.js",
6 - "scripts": {
7 - "start": "node index.js",
8 - "test": "echo \"Error: no test specified\" && exit 1"
9 - },
10 - "author": "",
11 - "license": "ISC",
12 - "engines": {
13 - "node": "16.14.2",
14 - "npm": "8.5.0"
15 - },
16 - "dependencies": {
17 - "body-parser": "^1.20.0",
18 - "express": "^4.18.1",
19 - "morgan": "^1.10.0"
20 - }
21 -}