-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.2 KB
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": "^2.2.0",
"bookman": "^4.0.0",
"discord.js": "^14.25.1",
"lodash": "^4.17.23"
},
"devDependencies": {
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.10",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
"onchange": "^7.1.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"taze": "^19.9.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"main": "dist",
"name": "reaction-role",
"version": "5.2.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": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"license": "MIT",
"repository": {
"url": "https://github.com/barbarbar338/reaction-role",
"type": "git"
},
"typings": "dist"
}