Created
August 28, 2019 17:14
-
-
Save ekpangmichael/81d3d5b836c1a227c35293a8973c9c0a 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": "whatsapp-bot", | |
"version": "1.0.0", | |
"description": "A whatspp bot that uses twilio ", | |
"main": "index.js", | |
"scripts": { | |
"start": "babel-node server/server.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Ekpang Michael", | |
"license": "ISC", | |
"dependencies": { | |
"cors": "2.8.5", | |
"dotenv": "8.0.0", | |
"express": "^4.16.3", | |
"googleapis": "^42.0.0", | |
"twilio": "^4.6.0" | |
}, | |
"devDependencies": { | |
"@babel/cli": "7.5.5", | |
"@babel/core": "7.5.5", | |
"@babel/node": "^7.5.5", | |
"@babel/preset-env": "^7.5.5" | |
}, | |
"engines": { | |
"node": "8.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment