-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 977 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
{
"name": "express-joi-i18next",
"version": "1.0.0",
"description": "A sample project demonstrating an i18next approach for express and joi.",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikramdeveloper/express-joi-localization"
},
"keywords": [
"i18next",
"i18next-express",
"i18next-joi"
],
"author": "ikramulhaq",
"license": "MIT",
"bugs": {
"url": "https://github.com/ikramdeveloper/express-joi-localization/issues"
},
"homepage": "https://github.com/ikramdeveloper/express-joi-localization#readme",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.16.4",
"http-status": "^1.6.2",
"i18next": "^15.1.1",
"i18next-express-middleware": "^1.8.0",
"i18next-node-fs-backend": "^2.1.3",
"joi": "^17.9.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}