Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이종규
/
chatbot_project
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
JKL
2021-12-02 22:31:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a936fbc0607e262f7b0ab3a8bae3d612c064385d
a936fbc0
1 parent
34f32b32
Update_json
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
a936fbc
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
a936fbc
{
"name"
:
"project"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
:
[],
"author"
:
"이종규"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"axios"
:
"^0.24.0"
,
"cheerio"
:
"^1.0.0-rc.10"
,
"express"
:
"^4.17.1"
}
}
\ No newline at end of file
Please
register
or
login
to post a comment