Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신지원
/
LineMusicChatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
엄성진
2021-05-29 20:37:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd02cf98b6cb9cca1c7c45d0881a08416d64982d
bd02cf98
1 parent
f9e72055
Integrate the account & Using webhook with AWS
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
index.js
package-lock.json
package.json
index.js
View file @
bd02cf9
This diff is collapsed. Click to expand it.
package-lock.json
View file @
bd02cf9
This diff is collapsed. Click to expand it.
package.json
View file @
bd02cf9
{
"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
"
}
}
...
...
Please
register
or
login
to post a comment