forked from twn39/tencent-fastify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "@twn39/tencent-fastify",
"version": "1.3.0",
"description": "serverless tencent fastify component",
"keywords": [
"serverless",
"fastify",
"component",
"tencent",
"function",
"lambda",
"api-gateway"
],
"main": "serverless.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "twn39 <[email protected]>",
"license": "ISC",
"dependencies": {
"@serverless/core": "^1.1.2",
"@serverless/tencent-apigateway": "^2.0.4",
"@serverless/tencent-scf": "^2.0.9",
"ext": "^1.4.0",
"type": "^2.0.0"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": true
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/twn39/tencent-fastify.git"
},
"bugs": {
"url": "https://github.com/twn39/tencent-fastify/issues"
},
"homepage": "https://github.com/twn39/tencent-fastify#readme"
}