-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 832 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
{
"name": "faq-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js",
"postinstall": "patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"@vitalets/google-translate-api": "^9.2.1",
"body-parser": "^1.20.3",
"chai": "^4.3.6",
"chai-http": "^5.1.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-formidable": "^1.2.0",
"mongoose": "^8.9.6",
"morgan": "^1.10.0",
"patch-package": "^8.0.0",
"redis": "^4.7.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"eslint": "^9.19.0",
"globals": "^15.14.0",
"mocha": "^11.1.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
}
}