-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
{
"name": "fastify-citgm",
"version": "0.1.0",
"description": "CITGM for Fastify",
"main": "bin.js",
"bin": {
"fastify-citgm": "bin.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-citgm.git"
},
"keywords": [],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-citgm/issues"
},
"homepage": "https://github.com/fastify/fastify-citgm#readme",
"dependencies": {
"@fastify/accepts": "^5.0.1",
"@fastify/accepts-serializer": "^6.0.1",
"@fastify/auth": "^5.0.1",
"@fastify/basic-auth": "^6.0.1",
"@fastify/bearer-auth": "^10.0.1",
"@fastify/caching": "^9.0.1",
"@fastify/circuit-breaker": "^4.0.1",
"@fastify/compress": "^8.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/elasticsearch": "^4.0.1",
"@fastify/env": "^5.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/helmet": "^13.0.0",
"@fastify/http-proxy": "^11.0.0",
"@fastify/jwt": "^9.0.1",
"@fastify/leveldb": "^6.0.0",
"@fastify/mongodb": "^9.0.1",
"@fastify/multipart": "^9.0.1",
"@fastify/oauth2": "^8.0.1",
"@fastify/postgres": "^6.0.1",
"@fastify/rate-limit": "^10.0.1",
"@fastify/redis": "^7.0.1",
"@fastify/reply-from": "^12.0.0",
"@fastify/routes": "^6.0.1",
"@fastify/sensible": "^6.0.1",
"@fastify/static": "^8.0.1",
"@fastify/swagger": "^9.0.0",
"@fastify/under-pressure": "^9.0.1",
"@fastify/url-data": "^6.0.2",
"@fastify/view": "^10.0.1",
"@fastify/websocket": "^11.0.1"
},
"devDependencies": {
"chalk": "^4.1.2",
"ora": "^5.4.1",
"standard": "^17.0.0",
"which": "^5.0.0",
"workq": "^3.0.0"
}
}