-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
46 lines (46 loc) · 1.02 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": "nuggies",
"version": "3.1.3",
"description": "A utility package for Discord Bots!",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
"scripts": {
"test": "node ./index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nuggies-bot/nuggies-npm.git"
},
"author": "",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/Nuggies-bot/nuggies-npm/issues"
},
"keywords": [
"discord",
"discord.js",
"discord-giveaways",
"giveaways",
"discord-buttons",
"buttons",
"buttons-discord",
"button-roles",
"discord-button-roles",
"discord-dropdowns",
"discord-menu"
],
"homepage": "https://nuggies.js.org",
"dependencies": {
"@sapphire/async-queue": "^1.1.4",
"axios": "^1.1.3",
"deepmerge": "^4.2.2",
"mongoose": "^5.13.8",
"ms": "^2.1.2"
},
"devDependencies": {
"discord-buttons": "^4.0.0",
"discord.js": "^14.0.2",
"dotenv": "^16.0.0",
"eslint": "^8.0.1"
}
}