-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 741 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 741 Bytes
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
{
"name": "easymoderation",
"version": "1.0.0",
"description": "EasyModeration is a Simple NPM Package that helps you to handle Moderation Discord much easier. It supports any Discord Javascript Library that's ready to be used!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevlarFromDiscord/easymoderation.git"
},
"keywords": [
"moderation",
"discord",
"easy",
"snekfetch"
],
"author": "Kevlar",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevlarFromDiscord/easymoderation/issues"
},
"homepage": "https://github.com/KevlarFromDiscord/easymoderation#readme"
}