A discord bot for the Nouvelle Aube Airsoft Association
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
391 B

  1. {
  2. "name": "nvassistant",
  3. "version": "1.0.0",
  4. "description": "An assistant bot for Discord for the NvA",
  5. "main": "index.js",
  6. "scripts": {
  7. "launch": "node index.js"
  8. },
  9. "keywords": [
  10. "discord"
  11. ],
  12. "author": "Ludovic 'Archivist' Lagouardette",
  13. "license": "MIT",
  14. "dependencies": {
  15. "discord.js": "^12.5.3",
  16. "sequelize": "^6.6.5",
  17. "sqlite3": "^5.0.2"
  18. }
  19. }