-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "express-translations",
"version": "1.0.0",
"description": "An express middleware for translating API request/response.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jagzmz/express-translation.git"
},
"keywords": [
"express",
"translations",
"middleware",
"express-translations"
],
"author": "Mahesh Jaganiya",
"license": "ISC",
"bugs": {
"url": "https://github.com/jagzmz/express-translation/issues"
},
"homepage": "https://github.com/jagzmz/express-translation#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"lodash": "^4.17.21",
"path-to-regexp": "^6.1.0"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}