{
  "name": "scf-service-stack",
  "version": "0.4.4",
  "description": "A set for developing a cloud function",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "tencent",
    "lambda",
    "scf",
    "serverless"
  ],
  "author": "Tink Cai",
  "license": "ISC",
  "dependencies": {
    "@cloudbase/node-sdk": "^2.3.2",
    "aws-lambda-multipart-parser": "^0.1.3",
    "body-parser": "^1.19.0",
    "cookie": "^0.4.1",
    "cookie-signature": "^1.1.0",
    "ejs": "^3.1.3",
    "express": "^4.17.1",
    "fs": "^0.0.2",
    "http": "^0.0.1-security",
    "jsonwebtoken": "^8.5.1",
    "path-to-regexp": "^6.1.0"
  }
}
