-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 951 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
35
36
37
38
39
40
41
42
{
"name": "@haileybot/sanitize-role-mentions",
"version": "1.2.4",
"description": "An NPM package to improve the way discord.js handles sending messages with role mentions",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaileyBot/sanitize-role-mentions.git"
},
"author": "cheesits456",
"license": "AGPL-3.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"discord.js": "^12.0.0"
},
"bugs": {
"url": "https://github.com/HaileyBot/sanitize-role-mentions/issues"
},
"funding": {
"type": "individual",
"url": "https://donate.haileybot.com"
},
"homepage": "https://github.com/HaileyBot/sanitize-role-mentions#readme",
"keywords": [
"sanitize",
"discord.js",
"djs",
"roles",
"mentions",
"patch",
"plugin"
],
"devDependencies": {
"@types/node": "^14.6.2",
"typescript": "^4.0.2"
}
}