-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 KB
/
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
44
45
46
{
"name": "snowsgiving-bot",
"version": "1.0.0",
"description": "A snowsgiving bot for discord",
"license": "GNU-Public-3.0",
"homepage": "https://github.com/L0SER8228/snowsgiving-bot#README",
"main": "src/index.js",
"private": true,
"author": {
"name": "L0SER8228",
"url": "https://l0ser.is-a.dev"
},
"scripts": {
"test": "echo \"error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"engines": {
"node": ">=16.6"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/L0SER8228/snowsgiving-bot.git"
},
"bugs": {
"url": "https://github.com/L0SER8228/snowsgiving-bot/issues"
},
"keywords": [
"discord-bot",
"discord.js",
"discord-js",
"snowsgiving-bot",
"snowball-bot",
"djs-v13",
"discord",
"bot",
"christmas"
],
"dependencies": {
"@discordjs/builders": "^0.9.0",
"chalk": "^4.1.2",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"glob": "^7.1.7",
"mongoose": "^6.1.1"
}
}