forked from ZiraDiscord/Zira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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": "zira",
"version": "2.0.2",
"description": "Zira is a reaction role Discord bot that allows users to give themselves roles by reacting on messages with an emoji/emote.",
"main": "Zira.js",
"scripts": {
"start": "pm2 start pm2.json && pm2 log",
"restart": "pm2 delete Zira && pm2 start pm2.json && pm2 log",
"stop": "pm2 delete Zira"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZiraDiscord/Zira.git"
},
"keywords": [
"discord",
"zira",
"reaction",
"role"
],
"author": "HazedSPaCEx (Hazed SPaCEx#2574)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ZiraDiscord/Zira/issues"
},
"homepage": "https://github.com/ZiraDiscord/Zira#readme",
"dependencies": {
"bufferutil": "^3.0.5",
"eris": "^0.8.6",
"erlpack": "github:abalabahaha/erlpack",
"eventemitter3": "^3.1.0",
"mime": "^2.4.0",
"moment": "^2.23.0",
"monk": "^6.0.6",
"numeral": "^2.0.6",
"request": "^2.88.0",
"short-unique-id": "^1.1.1",
"text-table": "^0.2.0",
"trello": "^0.9.0",
"winston": "^3.1.0"
}
}