aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8fcf88ca748da0919c4e59528fac3aac81876e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "name": "ShrimpBot-JS",
  "version": "1.0.0",
  "type": "module",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "discord.js": "^14.7.1"
  }
}