-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 789 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
{
"name": "portfolio",
"version": "3.1.0",
"description": "This app hosts a website to showcase some projects I have worked on.",
"main": "server.js",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "node scripts/build.js",
"test": "node --test test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JD-Gonz/JD-Gonz.github.io.git"
},
"author": "JD Gonzalez",
"license": "ISC",
"bugs": {
"url": "https://github.com/JD-Gonz/JD-Gonz.github.io/issues"
},
"homepage": "https://jd-gonz.github.io/",
"dependencies": {
"compression": "^1.8.1",
"express": "^4.14.0",
"helmet": "^8.1.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}