-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 878 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": "magicalhourglass",
"version": "2.0.0",
"description": "A magic Discord bot, originally made for the BoxOfDevs Discord.",
"main": "src/bot.js",
"dependencies": {
"discord.js": "^14.7.1",
"node-fetch": "^3.3.0",
"remove-markdown": "^0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HimbeersaftLP/MagicalHourglass.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Himbeer",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/HimbeersaftLP/MagicalHourglass/issues"
},
"homepage": "https://github.com/HimbeersaftLP/MagicalHourglass#readme",
"devDependencies": {
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "^50.0.1"
},
"type": "module"
}