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"
}
}