Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건우
/
studyChatBot
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
김건우
2021-12-07 21:59:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25ff4d2516b9ef56401ce265b0a9d68da9cb2de1
25ff4d25
1 parent
a2374ca9
Update package.json
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
package-lock.json
package.json
package-lock.json
View file @
25ff4d2
{
"name"
:
"chatBot"
,
"name"
:
"studybot"
,
"version"
:
"0.0.0"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"studybot"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"@discordjs/opus"
:
"^0.5.3"
,
"discord.js"
:
"^12.5.3"
,
...
...
package.json
View file @
25ff4d2
{
"name"
:
"studybot"
,
"version"
:
"0.0.0"
,
"private"
:
"true"
,
"description"
:
"discord chatbot for study"
,
"main"
:
"index.js"
,
"author"
:
"kgu0515@khu.ac.kr"
,
"name"
:
"studybot"
,
"version"
:
"0.0.0"
,
"private"
:
"true"
,
"description"
:
"discord chatbot for study"
,
"main"
:
"index.js"
,
"author"
:
"kgu0515@khu.ac.kr"
,
"dependencies"
:
{
"@discordjs/opus"
:
"^0.5.3"
,
"discord.js"
:
"^12.5.3"
,
...
...
Please
register
or
login
to post a comment