A discord bot for the Nouvelle Aube Airsoft Association
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
391 B

2 years ago
  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. }