-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 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
{
"dependencies": {
"@hammerhq/logger": "^0.1.5",
"bookman": "^4.0.0",
"discord.js": "^14.7.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"onchange": "^7.1.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"taze": "^0.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"main": "dist",
"name": "reaction-role",
"version": "5.0.1",
"description": "ReactionRole is a module that allows you to create Discord reaction role easily!",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"format": "prettier --write .",
"update": "taze latest -w "
},
"keywords": [
"discord",
"bot",
"reaction",
"role",
"reaction-role",
"discord-bot",
"emoji",
"role",
"emoji-role",
"rr",
"db",
"permanent"
],
"author": {
"email": "[email protected]",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"license": "MIT",
"repository": {
"url": "https://github.com/barisbored/reaction-role",
"type": "git"
},
"typings": "dist"
}