summaryrefslogtreecommitdiff
path: root/backend/instance/package.json
blob: cf700fd868b7f83e5396968cd0b1d143abe8322e (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
28
29
30
31
32
33
34
35
36
37
{
  "main": "instance.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "tsc && node dist/instance.js",
    "dev": "tsx watch instance.ts"
  },
  "dependencies": {
    "archiver": "^7.0.1",
    "cheerio": "^1.0.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "discord.js": "^14.15.3",
    "express": "^4.21.0",
    "jsonwebtoken": "^9.0.2",
    "llama-tokenizer-js": "^1.2.2",
    "node-fetch": "^3.3.2",
    "nodemailer": "^6.9.14",
    "nodemon": "^3.1.7",
    "puppeteer": "^23.1.1",
    "puppeteer-cmp-clicker": "^1.0.3",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-adblocker": "^2.13.6",
    "sqlite3": "^5.1.7",
    "stripe": "^17.2.0",
    "supervisor": "^0.12.0",
    "tidy-url": "^1.18.3",
    "uuid": "^10.0.0",
    "uuidv4": "^6.2.13"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^22.7.6",
    "typescript": "^5.6.3"
  }
}