Created
August 21, 2017 20:07
-
-
Save thomasbnt/f94814c810adeab2c1da46f045c15e53 to your computer and use it in GitHub Desktop.
Le fichier package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "BotDiscordJs", | |
"version": "1.0.0", | |
"description": "Un tout nouveau Bot Discord avec discord.js", | |
"main": "app.js", | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"author": "Thomas Bnt", | |
"dependencies": { | |
"discord.js": "^10.0.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment