-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "discord-giveaways",
"version": "6.0.1",
"description": "A complete framework to facilitate the creation of giveaways using discord.js",
"main": "index.js",
"types": "typings/index.d.ts",
"files": [
"src/",
"typings/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"generate-docs": "jsdoc node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/discord-giveaways.git"
},
"keywords": [
"discord",
"discord.js",
"giveaways",
"winner",
"framework",
"bot",
"discord-giveaways",
"discord giveaways",
"giveaway"
],
"author": "Androz2091",
"contributors": [
"Nico105"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Androz2091/discord-giveaways/issues"
},
"homepage": "https://discord-giveaways.js.org",
"dependencies": {
"deepmerge-ts": "^4.2.1",
"serialize-javascript": "^6.0.0"
},
"devDependencies": {
"@types/node": "^18.0.3",
"discord.js": "^14.0.3",
"eslint": "^8.20.0",
"eslint-plugin-node": "^11.1.0",
"jsdoc": "^3.6.11",
"jsdoc-skyceil": "Androz2091/jsdoc-skyceil",
"typescript": "^4.7.4"
},
"peerDependencies": {
"discord.js": ">=14.0.0"
},
"engines": {
"node": ">=16.9.0"
}
}