-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "projet-kiddo-back",
"version": "0.0.1",
"description": "Backoffice of project kiddo for LaPasserelle exam",
"main": "server.js",
"type": "module",
"scripts": {
"test": "jest",
"dev": "nodemon -L -e js,mjs,gql,graphql ./src/server.js",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Baoufa/projet-kiddo-back.git"
},
"author": "Benjamin A, Etienne S, Sidi E, Jimmy D",
"license": "ISC",
"bugs": {
"url": "https://github.com/Baoufa/projet-kiddo-back/issues"
},
"homepage": "https://github.com/Baoufa/projet-kiddo-back#readme",
"dependencies": {
"@graphql-tools/load-files": "^6.5.4",
"@graphql-tools/merge": "^8.2.14",
"@graphql-tools/schema": "^8.3.14",
"apollo-server-core": "^3.9.0",
"apollo-server-express": "^3.9.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"graphql": "^16.5.0",
"graphql-list-fields": "^2.0.2",
"graphql-scalars": "^1.17.0",
"jest": "^29.4.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.8",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.16",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.4.3"
}
}