aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-27 08:18:36 -0700
committerGitHub <[email protected]>2019-08-27 08:18:36 -0700
commit30454d0f4fc402a8999859fafdb3e8db3e0dfede (patch)
tree8bb90a6459252cb3ca9c965cc754f44d56b0d00c
parentmain js (diff)
downloaddiscord.js-bot-example-30454d0f4fc402a8999859fafdb3e8db3e0dfede.tar.xz
discord.js-bot-example-30454d0f4fc402a8999859fafdb3e8db3e0dfede.zip
Create package.json
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d465c3d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "package",
+ "version": "1.0.0", // Project version, use semantic versioning plz :)
+ "description": "", // Description of project.
+ "main": "main.js", // Main source file.
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "NULL", // Author of bot.
+ "license": "MIT", // License type.
+ "dependencies": {
+ "discord.js": "^11.4.2" // discord.js
+ }
+}