Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조아혜
/
cfr-chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
조아혜
2020-12-03 18:09:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a4308812b16baf713ccf3fe50ac35d9712c7326
9a430881
1 parent
ae895119
modify chatbot.js
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
package-lock.json
package.json
package-lock.json
View file @
9a43088
This diff is collapsed. Click to expand it.
package.json
View file @
9a43088
...
...
@@ -9,8 +9,15 @@
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"@line/bot-sdk"
:
"^7.1.0"
,
"body-parser"
:
"^1.19.0"
,
"create-temp-file"
:
"^2.0.0"
,
"express"
:
"^4.17.1"
,
"request"
:
"^2.88.2"
"follow-redirects"
:
"^1.13.0"
,
"fs"
:
"0.0.1-security"
,
"html-webpack-plugin"
:
"^4.5.0"
,
"line-bot-sdk-nodejs"
:
"^1.0.0"
,
"request"
:
"^2.88.2"
,
"webpack"
:
"^5.9.0"
}
}
...
...
Please
register
or
login
to post a comment