-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "fastify-crud",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "nodemon source/main.ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/swagger": "^8.15.0",
"@fastify/swagger-ui": "^4.0.1",
"@mgcrea/fastify-request-logger": "^1.5.0",
"bcrypt": "^5.1.1",
"brcypt": "^1.0.1",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"fastify-log": "^1.2.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.12.0",
"redis": "^4.6.15",
"reflect-metadata": "^0.2.2",
"ts-jest": "^29.2.5",
"typeorm": "^0.3.20",
"typing-assets": "^2.1.3",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"redis-mock": "^0.56.3",
"ts-node": "^10.9.2"
}
}