-
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) · 719 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 719 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-mattia-parrinello",
"version": "1.0.0",
"description": "Portfolio développeur de Mattia Parrinello - Design moderne avec micro-interactions",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"No tests configured\" && exit 0"
},
"keywords": [
"portfolio",
"developer",
"web",
"nodejs",
"express",
"tailwindcss"
],
"author": "Mattia Parrinello",
"license": "MIT",
"dependencies": {
"axios": "^1.13.5",
"compression": "^1.7.4",
"dotenv": "^17.2.4",
"express": "^4.18.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"engines": {
"node": ">=18.0.0"
}
}