-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
40
{
"name": "fastify",
"version": "0.0.6",
"description": "fastify docker base image builder",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@elastic/elasticsearch": "7.13.0",
"@fastify/autoload": "^5.8.0",
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.1.0",
"@fastify/redis": "^6.1.1",
"@fastify/sensible": "^5.5.0",
"@fastify/swagger": "^8.14.0",
"@fastify/view": "^9.0.0",
"@grpc/grpc-js": "^1.9.11",
"ajv": "^8.12.0",
"axios": "^0.28.0",
"close-with-grace": "^1.3.0",
"cron": "^3.1.7",
"ejs": "^3.1.9",
"fastify": "^4.26.2",
"fastify-plugin": "^4.5.1",
"form-data": "^4.0.0",
"google-protobuf": "^3.21.2",
"haxii-log": "^0.5.1",
"iconv-lite": "^0.6.3",
"module-alias": "^2.2.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"node-lcs": "^1.0.3",
"p-limit": "^3.1.0",
"urlencode": "^1.1.0",
"yaml": "^1.10.2"
}
}