mirror of
https://github.com/arthur-pbty/New-discord-bot-coins.git
synced 2026-06-24 22:24:45 +02:00
add corp
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "corps-de-bot-discord-js",
|
||||
"version": "1.0.0",
|
||||
"description": "Le corp de base d'un bon bot discord en Java Script.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Arthur.pbty",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/arthur-pbty/corps-de-bot-discord-js.git"
|
||||
},
|
||||
"readme": "README.md",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache-2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"discord.js": "^14.13.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"sqlite3": "^5.1.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user