-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
34
35
36
37
38
39
40
41
42
{
"type": "module",
"name": "J'adopte un humain",
"version": "1.0.0",
"description": "## Git Workflow",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "DEBUG=controller:*,model:* node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/O-clock-Moai/projet-01-j-adopte-un-humain-back.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/O-clock-Moai/projet-01-j-adopte-un-humain-back/issues"
},
"homepage": "https://github.com/O-clock-Moai/projet-01-j-adopte-un-humain-back#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-jsdoc-swagger": "^1.8.0",
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.9.0",
"supertest": "^6.3.3",
"winston": "^3.8.2"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"jest": "^29.5.0",
"jest-extended": "^3.2.4"
}
}