엄성진

Integrate the account & Using webhook with AWS

This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
{
"name": "kitchensink",
"version": "0.0.0",
"description": "A kitchen-sink LINE bot example",
"main": "index.js",
"name": "trans",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build-sdk": "cd ../../; npm i; npm run build",
"start": "node ."
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@line/bot-sdk": "^7.3.0",
"express": "^4.17.1",
"ngrok": "^3.2.7"
"request": "^2.88.2"
}
}
......