-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
87 lines (87 loc) · 2.35 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@uc-engg/marc",
"version": "1.0.3",
"description": "An RPC framework for node using express",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:urbanclap-engg/marc.git"
},
"files": [
"/dist"
],
"scripts": {
"test": "jest",
"unit": "jest --config=jest_config.js --runInBand",
"prepare": "rm -rf dist && npx tsc",
"postinstall": "npx tsc && node dist/scripts/post_install/index.js",
"validatedependency": "node dist/scripts/validate_dependency/index.js"
},
"keywords": [
"rpc",
"openapi",
"swagger",
"framework",
"express",
"node"
],
"author": "UrbanClap Technologies India Pvt. Ltd.",
"license": "MIT",
"dependencies": {
"@google-cloud/profiler": "3.0.1",
"@newrelic/native-metrics": "^4.0.0",
"@uc-engg/armor": "^1.0.0",
"@types/babel__traverse": "7.0.8",
"@uc-engg/securitas": "^1.0.0",
"agentkeepalive": "4.1.4",
"aws-sdk": "2.846.0",
"aws4": "^1.8.0",
"axios": "~0.21.1",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"change-case": "^3.0.1",
"cls-bluebird": "^2.0.1",
"cls-hooked": "4.2.2",
"composable-middleware": "^0.3.0",
"connect-multiparty": "2.2.0",
"cron-parser": "2.13.0",
"elastic-apm-node": "3.27.0",
"esprima": "4.0.1",
"expand-swagger-refs": "^2.0.1",
"express": "^4.16.2",
"express-jwt": "3.3.0",
"heapdump": "0.3.15",
"jest": "^24.8.0",
"json-schema-filter": "0.1.5",
"json-to-ts": "1.7.0",
"jsonfile": "^3.0.0",
"jsonschema": "^1.2.0",
"lodash": "^4.17.4",
"mongoose-schema-jsonschema": "1.2.1",
"@uc-engg/logging-repo": "^1.0.0",
"lru-cache": "6.0.0",
"luxon": "1.25.0",
"newrelic": "~5.6.1",
"node-vault": "^0.9.10",
"pprof": "1.2.0",
"prom-client": "12.0.0",
"request-promise": "^4.2.4",
"request-stats": "3.0.0",
"slack-node": "^0.1.8",
"swagger-express-validator": "^0.0.9",
"uuid": "3.3.0",
"@uc-engg/type-swagger": "^1.0.0",
"@uc-engg/mycroft": "^1.0.0",
"typescript": "^4.0.0",
"ts-jest": "^24.0.2",
"@uc-engg/openapi-validator-middleware": "^1.0.0"
},
"devDependencies": {
"@types/node": "14.0.0",
"@types/jest": "24.0.0",
"@types/lodash": "4.14.182",
"@types/aws4": "1.11.2",
"husky": "3.1.0"
},
"typings": "marc.d.ts"
}