diff options
| author | s1n <[email protected]> | 2019-08-27 08:18:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-27 08:18:36 -0700 |
| commit | 30454d0f4fc402a8999859fafdb3e8db3e0dfede (patch) | |
| tree | 8bb90a6459252cb3ca9c965cc754f44d56b0d00c | |
| parent | main js (diff) | |
| download | discord.js-bot-example-30454d0f4fc402a8999859fafdb3e8db3e0dfede.tar.xz discord.js-bot-example-30454d0f4fc402a8999859fafdb3e8db3e0dfede.zip | |
Create package.json
| -rw-r--r-- | package.json | 14 |
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 + } +} |