Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세린
/
anxietymanager
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
이세린
2022-05-31 03:26:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
893ad454d98eaa9e2b9aaf4f3a712414f6df57fc
893ad454
0 parents
initial commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
package.json
package.json
0 → 100644
View file @
893ad45
1
+
{
2
+
"name"
:
"discord_bot"
,
3
+
"version"
:
"1.0.0"
,
4
+
"description"
:
"Anxiety Manager discord bot"
,
5
+
"main"
:
"main.js"
,
6
+
"scripts"
:
{
7
+
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
8
+
},
9
+
"author"
:
"sab"
,
10
+
"license"
:
"ISC"
11
+
}
Please
register
or
login
to post a comment