This repository was archived by the owner on Oct 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "pagkibot",
"version": "1.3.3",
"description": "Discord bot for instant twitch live notifications",
"main": "index.js",
"scripts": {
"install": "node install.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"update": "git pull && npm i && echo \"Successfully updated! If you followed the guide, restart the bot using 'pm2 restart pagkibot' now\" || cd ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaPhant/pagkibot.git"
},
"keywords": [
"nodejs",
"discord",
"twitch",
"live",
"stream",
"notifications",
"pubsub"
],
"author": "LeaPhant",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaPhant/pagkibot/issues"
},
"homepage": "https://github.com/LeaPhant/pagkibot#readme",
"dependencies": {
"deep-for-each": "^3.0.0",
"discord.js": "^11.4.2",
"fs-extra": "^7.0.1",
"json-stable-stringify": "^1.0.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"nested-object-assign": "^1.0.3",
"object-path": "^0.11.4",
"twitch": "^4.1.3",
"ws": "^7.0.0"
}
}