-
-
Save MustansirZia/8271a18e54b2407253c2c97c644190ba to your computer and use it in GitHub Desktop.
This file contains 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": "serverless-link-preview", | |
"version": "0.0.1", | |
"description": "Serverless service to get website description and preview deployed on AWS Lambda.", | |
"main": "app.js", | |
"license": "MIT", | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"dependencies": { | |
"@nunkisoftware/link-preview": "^0.2.0", | |
"cors": "^2.8.4", | |
"express": "^4.16.2", | |
"memory-cache": "^0.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment