A discord bot for the Nouvelle Aube Airsoft Association
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 строки
391 B

{
"name": "nvassistant",
"version": "1.0.0",
"description": "An assistant bot for Discord for the NvA",
"main": "index.js",
"scripts": {
"launch": "node index.js"
},
"keywords": [
"discord"
],
"author": "Ludovic 'Archivist' Lagouardette",
"license": "MIT",
"dependencies": {
"discord.js": "^12.5.3",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2"
}
}