-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "auth-service",
"version": "0.2.3",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/nodemon ./app",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest -i --collectCoverage --forceExit",
"start": "node ./app",
"postversion": "git push && git push --tags"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/middie": "^9.0.2",
"@sendgrid/mail": "^8.1.0",
"agenda": "^5.0.0",
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"fastify": "^5.1.0",
"http-status-codes": "^2.2.0",
"joi": "^17.6.0",
"jsonwebtoken": "^9.0.0",
"lodash-es": "^4.17.21",
"migrate-mongo": "^11.0.0",
"mongodb": "^6.1.0",
"nanoid": "^5.0.1",
"pino": "^9.1.0",
"rbac": "^5.0.3",
"uuid": "^11.0.3"
},
"devDependencies": {
"@faker-js/faker": "^9.0.1",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}