This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
60
61
62
{
"name": "discord.js-collector",
"description": "Library to easily create message collector and reactions on discord, with customization ways",
"version": "1.8.7",
"main": "src/index.js",
"license": "GPL-3.0",
"types": "./typings/index.d.ts",
"scripts": {
"start": "nodemon --ignore **/*.json tests/rr.js",
"test": "npm run lint",
"test:typescript": "tsc",
"docs": "jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"dependencies": {
"async-lock": "^1.2.4",
"discord.js": "^12.3.1",
"mongoose": "^5.10.7",
"mquery": ">=3.2.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^14.14.10",
"axios": "^0.21.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"jsdoc": "^3.6.6",
"jsdoc-baseline": "^0.1.5",
"minami": "^1.2.3",
"nodemon": "^2.0.6"
},
"homepage": "https://github.com/IDjinn/Discord.js-Collector",
"repository": {
"type": "git",
"url": "https://github.com/IDjinn/Discord.js-Collector"
},
"keywords": [
"discord",
"discord.js",
"discordjs",
"message collector",
"message-collector",
"messages-collector",
"messages collector",
"reaction role",
"reaction roles",
"color roles",
"captcha roles",
"reaction collector",
"reaction-collector",
"reaction menu",
"embed menu",
"discord paginator",
"reaction role toggle",
"reaction roles"
]
}