-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 970 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
36
37
38
39
40
41
42
43
{
"name": "dictionary",
"version": "1.0.0",
"description": "a simple dictionary bot",
"main": "bot.js",
"scripts": {
"deploy": "node deploy.js",
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TesseractB/dictionary.git"
},
"keywords": [
"discord",
"discord.js",
"discordjs",
"js",
"bot"
],
"author": "Tesseract",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/TesseractB/dictionary/issues"
},
"homepage": "https://github.com/TesseractB/dictionary#readme",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"csvtojson": "^2.0.10",
"discord.js": "^13.8.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"path": "^0.12.7",
"pg": "^8.7.3",
"sequelize": "^6.21.0"
},
"engines": {
"node": "^16.6.1"
}
}