-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
43
44
45
46
47
48
49
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env TICKET_COUNT=20 mocha --recursive src/components --timeout 180000 --exit",
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "http://gogs-dev.dsp-archiwebo20-db-od-sn-bm.fr/Furious-Ducks/api.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"@sendgrid/mail": "^7.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"generate-password": "^1.6.1",
"http": "0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.5.4",
"mocha": "^9.1.1",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"randomstring": "^1.2.1",
"sequelize": "^6.6.5",
"sequelize-mock": "^0.10.2",
"sequelize-mock-v5": "^1.2.4"
},
"devDependencies": {
"chai": "^4.3.4"
}
}