{
  "name": "fc-runtime",
  "version": "0.1.0",
  "description": "serverless fc runtime",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "eslint . --ext .js --fix",
    "test": "npm run lint && npm run test-local",
    "test-local": "TEST_TIMEOUT=30000 egg-bin test",
    "cov": "TEST_TIMEOUT=30000 egg-bin cov",
    "autod": "autod",
    "ci": "egg-bin autod --check && egg-bin pkgfiles --check && npm run lint && npm run cov"
  },
  "keywords": [
    "fc",
    "serverless",
    "runtime"
  ],
  "author": "gxcsoccer <gxcsoccer@126.com>",
  "license": "MIT",
  "dependencies": {
    "@ant-basement/function-sdk": "^2.2.2",
    "agentkeepalive": "^4.0.2",
    "raw-body": "^2.4.0",
    "urllib": "^2.33.4"
  },
  "devDependencies": {
    "autod": "^3.1.0",
    "egg-bin": "^4.13.0",
    "eslint": "^5.16.0",
    "eslint-config-egg": "^7.4.1",
    "mm": "^2.5.0",
    "supertest": "^4.0.2"
  }
}
