aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 346ad40b3759395cf9544fe6ae57b36f7641c95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "cooler-pony",
  "version": "0.0.0",
  "description": "A general-purpose Discord bot",
  "main": "./build/index.js",
  "scripts": {
    "start": "cd ./build && node ./index.js",
    "build": "tsc -p tsconfig.json && cp -r assets build"
  },
  "author": "Minteck",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.33",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "@discordjs/builders": "^0.13.0",
    "@discordjs/rest": "^0.4.1",
    "axios": "^0.27.2",
    "chalk": "^4.1.2",
    "discord-api-types": "^0.32.1",
    "discord.js": "^13.7.0",
    "fuse.js": "^6.6.2"
  }
}