-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 922 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
{
"name": "b-web-200-lil-2-1-epytodo-theo.garcia",
"version": "1.0.0",
"description": "The project idea is to build a Todo List. Thanks to it, you’ll be able to handle all the tasks you need to do easily! We will mainly focus on the “backend” side of the project",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/EpitechPromo2028/B-WEB-200-LIL-2-1-epytodo-theo.garcia.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EpitechPromo2028/B-WEB-200-LIL-2-1-epytodo-theo.garcia/issues"
},
"homepage": "https://github.com/EpitechPromo2028/B-WEB-200-LIL-2-1-epytodo-theo.garcia#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.7"
}
}