-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 994 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 994 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
35
36
37
38
39
40
41
42
43
{
"name": "portfolio",
"version": "1.0.0",
"type": "module",
"description": "The Making of Joel",
"main": "index.js",
"scripts": {
"test": "vitest",
"start": "node index.js",
"build": "npm install",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "MurzuqIsah",
"license": "ISC",
"dependencies": {
"@types/express": "5.0.6",
"@types/node": "25.0.9",
"@vercel/analytics": "^1.6.1",
"dotenv": "17.2.3",
"ejs": "4.0.1",
"express": "5.2.1",
"express-rate-limit": "8.2.1",
"helmet": "8.1.0",
"morgan": "^1.10.1",
"nodemailer": "^7.0.11",
"he": "^1.2.0"
},
"devDependencies": {
"nodemon": "3.1.11",
"vitest": "4.0.17"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "Portfolio"
},
"engines": {
"node": ">=18.0.0"
}
}