-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.58 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
50
51
52
53
54
{
"name": "atlasbooks-back",
"version": "1.0.0",
"description": "Atlas Bugs backend",
"main": "src/index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "node --watch --env-file .env src/index.js",
"start": "node --env-file .env src/index.js",
"lint": "npx eslint",
"lint:fix": "npx eslint . --fix ",
"format": "prettier --write .",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --config jest.config.mjs --watchAll"
},
"author": "",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^8.16.2",
"apicache": "^1.6.3",
"awilix": "^12.0.2",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"joi": "^17.13.3",
"joi-country-state": "^1.6.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"pdf-parse": "^1.1.1",
"pg": "^8.12.0",
"router": "^2.0.0",
"sqids": "^0.3.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.11.0",
"jest": "^29.7.0",
"morgan": "^1.10.0",
"prettier": "3.3.3"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}