-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.29 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
55
56
57
58
59
60
61
{
"name": "universal-pattern",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visiongroupnyc/universal-pattern.git"
},
"keywords": [
"universal",
"pattern",
"swagger",
"restfull",
"api",
"visiongroup",
"nodejs",
"mongodb",
"microservices"
],
"author": "César Casas",
"license": "ISC",
"bugs": {
"url": "https://github.com/visiongroupnyc/universal-pattern/issues"
},
"engines": {
"node": ">= 18.0.0"
},
"contributors": [
{
"name": "Cesar Casas",
"email": "cesar@visiongroup.nyc"
}
],
"homepage": "https://github.com/visiongroupnyc/universal-pattern#readme",
"dependencies": {
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"vg-mongo": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.0.3",
"supertest": "^6.3.4",
"uuid": "^9.0.1"
}
}