-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 913 Bytes
/
package.json
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
{
"name": "node-portofolio",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "node app.js",
"start": "node app.js",
"build": " echo 'Running build process..."
},
"author": "imron",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.3.1",
"express-xss-sanitizer": "^1.2.0",
"global": "^4.4.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.1",
"morgan": "^1.10.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"slugify": "^1.6.6",
"validator": "^13.12.0",
"xss": "^1.0.15"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}