-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 853 Bytes
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
{
"name": "andanotherbot",
"version": "1.0.0",
"description": "Collage Project Discord Bot",
"main": "main.js",
"scripts": {
"start": "node main.js",
"deploy": "node g-deploy-commands.js",
"webhook": "node -e \"require('./commands/otherjs/webhook.js').send()\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eclassic32/AndAnotherBot.git"
},
"keywords": [
"Discord"
],
"author": "E32",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eclassic32/AndAnotherBot/issues"
},
"homepage": "https://github.com/Eclassic32/AndAnotherBot#readme",
"dependencies": {
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"minecraft-server-status": "^1.0.1",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"eslint": "^8.26.0"
}
}