2019-04-16 09:37:18 +03:00
|
|
|
{
|
2019-10-16 21:48:41 +03:00
|
|
|
"description": "automation tools for running locally and deploying to aws",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/mozilla/subhub"
|
|
|
|
},
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"@hapi/hoek": "8.2.4",
|
2019-11-15 20:33:14 +03:00
|
|
|
"serverless": "1.57.0",
|
2019-10-16 21:48:41 +03:00
|
|
|
"serverless-domain-manager": "3.3.0",
|
|
|
|
"serverless-package-external": "1.1.1",
|
|
|
|
"serverless-plugin-aws-alerts": "1.4.0",
|
|
|
|
"serverless-plugin-canary-deployments": "0.4.8",
|
|
|
|
"serverless-plugin-tracing": "2.0.0",
|
2019-11-11 18:11:37 +03:00
|
|
|
"serverless-python-requirements": "5.0.1",
|
2019-10-16 21:48:41 +03:00
|
|
|
"serverless-wsgi": "1.7.3",
|
|
|
|
"serverless-stack-termination-protection": "1.0.0"
|
|
|
|
}
|
2019-04-16 23:11:39 +03:00
|
|
|
}
|