{
  "projectName": "{{name}}",
  "handler": "index.default",
  "memory": 128,
  "timeout": 10,
  "runtime": "nodejs6.10",
  "environment": {
    "ALTT": "true"
  },
  "installCmd": "npm install",
  "hooks": {
    "prebuild": "",
    "postbuild": "",
    "precompile": "",
    "postcompile": "",
    "prezip": "",
    "postzip": "",
    "predeploy": "",
    "postdeploy": ""
  },
  "deploy": {
    "using": "direct"
  },
  "dependencies": {
    "exclude": ["@altt/altt", "typescript"]
  }
}