UNPKG

@geek-fun/serverless-adapter

Version:

Adapter for web frame work express, koa, springboot to run in serverless function as backend of apigateway cross multi cloud provider like aliyun, huawei

82 lines (81 loc) 2.39 kB
{ "name": "@geek-fun/serverless-adapter", "version": "0.1.5", "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" } }