Created
July 3, 2018 23:24
-
-
Save msfidelis/718c6f839656d9b0bc13e89666db7828 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "migrate-express-to-serverless", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"dev": "export NODE_ENV=dev && serverless offline start --skipCacheInvalidation" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "MIT", | |
"dependencies": { | |
"body-parser": "^1.18.3", | |
"config": "^1.30.0", | |
"consign": "^0.1.6", | |
"cors": "^2.8.4", | |
"express": "^4.16.3", | |
"helmet": "^3.12.1", | |
"serverless-http": "^1.6.0" | |
}, | |
"devDependencies": { | |
"serverless-offline": "^3.25.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment