-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
{
"name": "@geek-fun/serverless-adapter",
"version": "0.1.4",
"description": "Adapter for web frame work express, koa, springboot to run in serverless function as backend of apigateway cross multi cloud provider like aliyun, huawei",
"homepage": "https://www.geekfun.club/",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "jest --runInBand --detectOpenHandles --coverage --coverageReporters json-summary text html lcov",
"test:ci": "jest --runInBand --ci --coverage --coverageReporters json-summary text html lcov",
"build": "tsc --build",
"lint:fix": "eslint --fix ./",
"lint:check": "eslint ./",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek-fun/serverless-adapter.git"
},
"author": "geekfun <support@geekfun.club>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/geek-fun/serverless-adapter/issues"
},
"keywords": [
"serverless",
"serverless-insight",
"lambda",
"aws-lambda",
"azure-functions",
"google-cloud-functions",
"tencent-cloud-functions",
"alibaba-cloud-functions",
"huawei-cloud-functions",
"serverless-framework",
"serverless-management",
"serverless-automation",
"serverless-observability",
"serverless-tracing",
"serverless-offline",
"alibaba",
"tencent",
"azure",
"huawei",
"google",
"function"
],
"dependencies": {
"debug": "^4.4.0",
"raw-body": "^3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@koa/router": "^13.1.0",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/koa": "^2.15.0",
"@types/koa-static": "^4.0.4",
"@types/koa__router": "^12.0.4",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"body-parser": "^1.20.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"express": "^4.21.0",
"globals": "^15.10.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-static": "^5.0.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
}
}