forked from pauleks/jermacaption
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 797 Bytes
/
package.json
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
{
"name": "jermacaption",
"version": "2.0.0",
"description": "",
"main": "src/index.ts",
"engines": {
"node": "20.x"
},
"start": "echo \"Starting the bot!\" && node .",
"scripts": {
"dev": "nodemon src/index.ts",
"compile": "tsc",
"start": "node out"
},
"keywords": [],
"author": "github:pauleks",
"license": "MIT",
"dependencies": {
"@discordjs/core": "^1.1.1",
"canvas": "^2.11.2",
"consola": "^3.2.3",
"discord.js": "^13.17.1",
"dotenv": "^16.0.1",
"fastify": "^3.29.4",
"image-size": "^1.0.1",
"leo-profanity": "^1.5.0",
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}