-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "reaction-role",
"version": "1.0.0",
"description": "A private Discord bot that handles reaction role",
"main": "index.js",
"Author": "markpaul099",
"license": "Apache-2.0",
"homepage": "https://github.com/markpaul099/reaction.role.git#readme",
"repository": {
"type": "git",
"url": "https://github.com/markpaul099/reaction-role.git"
},
"dependencies": {
"@markpaul099/discord-xp": "1.1.24",
"add": "^2.0.6",
"async": "^3.2.4",
"chartjs-node-canvas": "^4.1.6",
"cron": "^2.3.0",
"discord-api-types": "^0.37.37",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"fs": "0.0.1-security",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"os": "^0.1.2",
"path": "^0.12.7",
"pm2": "^5.3.0",
"request-promise": "^4.2.6"
},
"script": {
"lint": "eslint"
},
"keywords": [
"Discord",
"Bot"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.38.0"
}
}