Cuu.
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.

54 lines
1.2 KiB

  1. {
  2. "name": "cuubot",
  3. "version": "0.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "keywords": [
  12. "pridepack"
  13. ],
  14. "devDependencies": {
  15. "@types/node": "^18.14.1",
  16. "eslint": "^8.35.0",
  17. "eslint-config-lxsmnsyc": "^0.5.0",
  18. "pridepack": "2.4.4",
  19. "tslib": "^2.5.0",
  20. "typescript": "^4.9.5",
  21. "vitest": "^0.28.1"
  22. },
  23. "dependencies": {
  24. "discord.js": "^14.7.1",
  25. "dotenv": "^16.0.3",
  26. "fetch-ponyfill": "^7.1.0"
  27. },
  28. "scripts": {
  29. "prepublishOnly": "pridepack clean && pridepack build",
  30. "build": "pridepack build",
  31. "type-check": "pridepack check",
  32. "lint": "pridepack lint",
  33. "clean": "pridepack clean",
  34. "watch": "pridepack watch",
  35. "start": "pridepack start",
  36. "dev": "pridepack dev",
  37. "test": "vitest"
  38. },
  39. "private": true,
  40. "description": "CuuBot",
  41. "repository": {
  42. "url": "https://code.modal.sh/TheoryOfNekomata/cuubot",
  43. "type": "git"
  44. },
  45. "homepage": "https://code.modal.sh/TheoryOfNekomata/cuubot",
  46. "bugs": {
  47. "url": "https://code.modal.sh/TheoryOfNekomata/cuubot/issues"
  48. },
  49. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  50. "publishConfig": {
  51. "access": "restricted"
  52. }
  53. }