-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 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
26
27
28
29
30
31
32
33
34
35
{
"dependencies": {
"discord.js": "^14.23.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"os": "^0.1.2"
},
"name": "reportify",
"version": "v0.5.1-Alpha",
"description": "Simple open-source Discord bot that lets members report messages with one click. Keeps servers safe and organized.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abdo9616/Reportify.git"
},
"keywords": [
"discord",
"reporting",
"moderation",
"discord-bot",
"moderation-discord-bot",
"smart-reports"
],
"author": "Abdo9616",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Abdo9616/Reportify/issues"
},
"homepage": "https://github.com/Abdo9616/Reportify#readme"
}