Add boilerplate
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.1.0",
|
||||
"discord.js": "^14.3.0",
|
||||
"dotenv": "^16.0.1"
|
||||
},
|
||||
@@ -20,6 +21,7 @@
|
||||
"prepare": "husky install",
|
||||
"lint": "yarn lint:check",
|
||||
"lint:check": "eslint .",
|
||||
"lint:fix": "eslint --fix ."
|
||||
"lint:fix": "eslint --fix .",
|
||||
"register": "node registerCommands.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user