UNPKG

@geek-fun/serverlessinsight

Version:

Full life cycle cross providers serverless application management for your fast-growing business.

101 lines (100 loc) 3.04 kB
{ "name": "@geek-fun/serverlessinsight", "version": "0.3.1", "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 <support@geekfun.club>", "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/ims20190815": "^2.2.0", "@alicloud/openapi-client": "^0.4.14", "@alicloud/ros-cdk-apigateway": "^1.8.0", "@alicloud/ros-cdk-core": "^1.8.0", "@alicloud/ros-cdk-dns": "^1.8.0", "@alicloud/ros-cdk-ecs": "^1.8.0", "@alicloud/ros-cdk-elasticsearchserverless": "^1.8.0", "@alicloud/ros-cdk-fc3": "^1.8.0", "@alicloud/ros-cdk-nas": "^1.8.0", "@alicloud/ros-cdk-oss": "^1.8.0", "@alicloud/ros-cdk-ossdeployment": "^1.8.0", "@alicloud/ros-cdk-ram": "^1.8.0", "@alicloud/ros-cdk-rds": "^1.8.0", "@alicloud/ros-cdk-sls": "^1.8.0", "@alicloud/ros-cdk-vpc": "^1.8.0", "@alicloud/ros20190910": "^3.5.6", "ajv": "^8.17.1", "ali-oss": "^6.22.0", "chalk": "^5.4.1", "commander": "^13.1.0", "i": "^0.3.7", "i18n": "^0.15.1", "jszip": "^3.10.1", "lodash": "^4.17.21", "npm": "^11.2.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "yaml": "^2.7.1" }, "devDependencies": { "@types/ali-oss": "^6.16.11", "@types/i18n": "^0.13.12", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.16", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "globals": "^16.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.1", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }