summaryrefslogtreecommitdiff
path: root/discordjs/package.json
blob: 2adc689547e5a38acce6c64d11f8662b0bfe5a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "discordjs",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "type": "module",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "discord.js": "^14.15.3",
    "undici": "^6.18.2"
  }
}