Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
We add `package.json`
  • Loading branch information
lucas-luchack authored Oct 24, 2020
1 parent fb52678 commit 6ff9063
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "mcpremiumaccout-discordchecker",
"version": "1.0.0",
"description": "A bot for Discord that allows to check if the player has a Minecraft Premium account.",
"main": "app.js",
"private": true,
"author": {
"name": "Luc'HACK",
"email": "[email protected]",
"url": "https://luchack.valbion.com"
},
"bugs": "https://github.com/lucas-luchack/McPremiumAccout-DiscordChecker/issues",
"license": "GPL-3.0",
"repository": "github:lucas-luchack/McPremiumAccout-DiscordChecker",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"discord.js": "^12.2.0",
"request": "^2.88.2"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 3.0.0"
}
}

0 comments on commit 6ff9063

Please sign in to comment.