-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.08 KB
/
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
{
"name": "portifolio",
"version": "1.0.0",
"description": "Hello, this application is a portfolio developed 100% by me (Fernando Júnio), the application aims to show a little of my work, in the application it is possible to find several features in addition to delivering a vision of my person, I hope you like it ♡.",
"author": "Fernando Júnio",
"license": "ISC",
"main": "index.js",
"scripts": {
"start": "npm install && node index.js",
"dev2": "node --watch index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fernando-juni0/portifolio.git"
},
"bugs": {
"url": "https://github.com/fernando-juni0/portifolio/issues"
},
"homepage": "https://github.com/fernando-juni0/portifolio#readme",
"dependencies": {
"body-parser": "^1.20.0",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-system": "^1.2.2",
"nodemailer": "^6.8.0",
"ytdl-core": "^4.11.5"
}
}