-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.17 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
47
48
{
"dependencies": {
"axios": "^1.1.3",
"canvas": "^2.10.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord.js": "^14.9.0",
"express": "^4.18.2",
"klaw": "^4.0.1",
"module-alias": "^2.2.2"
},
"name": "chucky",
"version": "1.0.0",
"description": "The most random Halloween bot, with a bit of fun and games.",
"main": "index.js",
"scripts": {
"shard": "node index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanPlayz0/Topgg-Halloween-Hackathon-2022.git"
},
"keywords": [
"halloween",
"hackathon",
"bot",
"discord",
"topgg",
"top-gg"
],
"author": "DanPlayz0",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanPlayz0/Topgg-Halloween-Hackathon-2022/issues"
},
"homepage": "https://github.com/DanPlayz0/Topgg-Halloween-Hackathon-2022#readme",
"_moduleAliases": {
"@root": ".",
"@assets": "./assets/",
"@website": "./website/",
"@commands": "./commands/",
"@events": "./events/",
"@handlers": "./handlers/",
"@structures": "./structures/"
}
}