-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 956 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
{
"name": "claptrap",
"version": "1.0.0",
"description": "This is a bot for discord written in javascript",
"main": "index.js",
"dependencies": {
"cron": "^3.3.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"easy-table": "^1.2.0",
"google-auth-library": "^9.15.0",
"google-spreadsheet": "^4.1.4",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"node-ical": "^0.20.1"
},
"scripts": {
"test": "none",
"debug": "node debug claptrap.js ",
"start": "node --trace-deprecation claptrap.js",
"delete-commands": "node helpers/delete-commands.js",
"deploy-commands": "node helpers/deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bsamsom/Discord_Bot.git"
},
"author": "Ben Samsom",
"license": "ISC",
"bugs": {
"url": "https://github.com/bsamsom/Discord_Bot/issues"
},
"homepage": "https://github.com/bsamsom/Discord_Bot#readme"
}