{
  "name": "@serverless-devs/fc-http",
  "version": "1.0.2",
  "description": "running web framework(express,koa) on aliyun function computer with nodejs runtime",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Serverless-Devs/fc-http.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "fc",
    "http",
    "Serverless-Devs",
    "Serverless-Core"
  ],
  "dependencies": {
    "raw-body": "^2.5.1",
    "@serverless-devs/serverless-http": "^3.0.1"
  },
  "author": "@serverless-devs",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Serverless-Devs/fc-http/issues"
  },
  "homepage": "https://github.com/Serverless-Devs/fc-http#readme"
}
