-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.58 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
82
83
84
85
86
87
88
{
"name": "@geek-fun/serverlessinsight",
"version": "0.0.6",
"description": "Full life cycle cross providers serverless application management for your fast-growing business.",
"homepage": "https://serverlessinsight.geekfun.club",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"si": "dist/src/commands/index.js"
},
"scripts": {
"test": "DEBUG=ServerlessInsight 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/serverlessinsight.git"
},
"author": "geekfun <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/geek-fun/serverlessinsight/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": {
"@alicloud/openapi-client": "^0.4.12",
"@alicloud/ros-cdk-apigateway": "^1.4.0",
"@alicloud/ros-cdk-core": "^1.4.0",
"@alicloud/ros-cdk-elasticsearchserverless": "^1.4.0",
"@alicloud/ros-cdk-fc3": "^1.4.0",
"@alicloud/ros-cdk-oss": "^1.4.0",
"@alicloud/ros-cdk-ossdeployment": "^1.4.0",
"@alicloud/ros-cdk-ram": "^1.4.0",
"@alicloud/ros20190910": "^3.5.2",
"ajv": "^8.17.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}