-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "SecureEduRest",
"version": "1.0.0",
"description": "API Rest officiel de SecureEduMail",
"main": "src/SecureEduRest.ts",
"scripts": {
"start": "ts-node src/SecureEduRest",
"dev": "ts-node src/SecureEduRest --dev",
"build": "tsc"
},
"keywords": [],
"author": "Sandro462",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/swagger": "^8.15.0",
"@fastify/swagger-ui": "^4.1.1",
"@mikro-orm/core": "^5.9.8",
"@mikro-orm/mariadb": "^5.9.8",
"@mikro-orm/mongodb": "5.9.8",
"@mikro-orm/mysql": "5.9.8",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"fast-xml-parser": "^4.5.0",
"fastify": "^4.28.1",
"fastify-mikro-orm": "^4.0.0",
"html-to-text": "^9.0.5",
"reflect-metadata": "^0.2.2",
"secureeducrypt": "^1.1.11",
"swagger-ui": "^5.17.14",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/fastify-cors": "^2.1.0",
"@types/html-to-text": "^9.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.16.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}