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-11-30 03:01:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcbd71d0604d3cf7aeff9f7170b9f55e892a35a5
bcbd71d0
1 parent
8deb60e6
Add package.json
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
bcbd71d
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
bcbd71d
{
"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"
,
"ffmpeg-static"
:
"^4.4.0"
,
"fs"
:
"^0.0.1-security"
,
"moment"
:
"^2.29.1"
,
"stream"
:
"^0.0.2"
}
}
Please
register
or
login
to post a comment