forked from pyraxo/haru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "haru",
"version": "2.0.0",
"description": "number one discord idol-automaton",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"bufferutil": "^3.0.2",
"chalk": "^2.1.0",
"dotenv-safe": "^4.0.4",
"erlpack": "^0.1.2",
"eventemitter3": "^2.0.3",
"feedparser": "^2.2.1",
"gm": "^1.23.0",
"hot-shots": "^4.5.0",
"longjohn": "^0.2.12",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.13",
"nani": "^1.2.0",
"node-emoji": "^1.8.1",
"node-opus": "^0.2.6",
"pm2": "^2.6.1",
"redis": "^2.8.0",
"sodium-native": "^1.10.3",
"superagent": "^3.5.2",
"superagent-xml2jsparser": "^0.1.1",
"sylphy": "github:washingdone/sylphy",
"thinky": "^2.3.8",
"to-markdown": "^3.1.0",
"uws": "^8.14.1",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6",
"winston-raven-sentry": "^1.0.1",
"ws": "^3.1.0",
"youtube-node": "^1.3.2",
"ytdl-core": "^0.15.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:pyraxo/haru"
},
"author": "pyraxo <[email protected]> (https://pyraxo.moe)",
"license": "AGPL-3.0",
"homepage": "https://owo.codes/haru/pyraxo"
}