aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d1c0743468e675de1418e9b67df9562cd3734b38 (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
26
27
{
  "name": "lul-bot",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node ./src/main.js",
    "dev": "nodemon ./src/main.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@discordjs/opus": "^0.4.0",
    "airtable": "^0.10.1",
    "axios": "^0.21.1",
    "discord.js": "^12.5.1",
    "dotenv": "^8.2.0",
    "ffmpeg-static": "^4.2.7",
    "node-fetch": "^2.6.1",
    "yt-search": "^2.7.3",
    "ytdl-core": "^4.8.0"
  },
  "engines": {
    "node": "12.16.3"
  }
}