File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " pubsub-http-handler" ,
3
3
"version" : " 4.6.0" ,
4
4
"description" : " Handle Google PubSub requests with ease" ,
5
- "repository" : " github:cobraz/pubsub-http-handler" ,
5
+ "keywords" : [
6
+ " google" ,
7
+ " app" ,
8
+ " cloud" ,
9
+ " cloud-run" ,
10
+ " run" ,
11
+ " pubsub" ,
12
+ " handler" ,
13
+ " fastify" ,
14
+ " fastify-plugin" ,
15
+ " cloud-functions"
16
+ ],
17
+ "repository" : " github:simenandre/pubsub-http-handler" ,
6
18
"license" : " Apache-2.0" ,
7
19
"author" :
" Simen A. W. Olsen <[email protected] >" ,
8
20
"main" : " dist/index.js" ,
9
- "engines" : {
10
- "node" : " >=16"
11
- },
12
21
"files" : [
13
22
" dist"
14
23
],
28
37
" prettier --write"
29
38
]
30
39
},
31
- "keywords" : [
32
- " google" ,
33
- " app" ,
34
- " cloud" ,
35
- " cloud-run" ,
36
- " run" ,
37
- " pubsub" ,
38
- " handler" ,
39
- " fastify" ,
40
- " fastify-plugin" ,
41
- " cloud-functions"
42
- ],
40
+ "prettier" : " @cobraz/prettier" ,
43
41
"dependencies" : {
44
42
"@fastify/type-provider-typebox" : " ^2.0.0" ,
45
43
"@sinclair/typebox" : " ^0.24.0" ,
49
47
"pino" : " ^8.0.0" ,
50
48
"pino-cloud-logging" : " ^1.0.3"
51
49
},
52
- "prettier" : " @cobraz/prettier" ,
53
50
"devDependencies" : {
54
51
"@bjerk/eslint-config" : " ^2.0.1" ,
55
52
"@cobraz/prettier" : " ^2.0.0" ,
67
64
"typedoc-plugin-markdown" : " ^3.1.1" ,
68
65
"typescript" : " ^4.3" ,
69
66
"zod" : " ^3.18.0"
67
+ },
68
+ "engines" : {
69
+ "node" : " >=16"
70
70
}
71
- }
71
+ }
You can’t perform that action at this time.
0 commit comments