-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.86 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nyabot",
"version": "1.0.0",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nyandev/nyabot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyandev/nyabot/issues"
},
"homepage": "https://github.com/nyandev/nyabot#readme",
"main": "build/index.js",
"scripts": {
"dev": "ts-node ./src/index.ts",
"dev:watch": "ts-node-dev --respawn src/index.ts",
"clean": "rimraf dist/*",
"build": "npm-run-all clean tsc",
"start": "node ./build/index.js"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@types/express": "^4.17.8",
"@types/ioredis": "^4.17.6",
"@types/node-fetch": "^2.5.7",
"@unicode/unicode-13.0.0": "^1.0.3",
"anchorme": "^2.1.2",
"axios": "^0.21.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"d3-format": "^2.0.0",
"discord.js": "github:discordjs/discord.js#d744e51c1bdb4c7a26c0faeea1f2f45baaf5fd3c",
"discord.js-commando": "github:nyandev/Commando#e98798c6614041faaa3f130f0cc9763abb522d81",
"feedparser": "^2.2.10",
"ffmpeg": "0.0.4",
"gemoji": "^6.1.0",
"ioredis": "^4.17.3",
"mariadb": "^2.5.1",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"mysql2": "^2.1.0",
"node-fetch": "^2.6.1",
"node-graceful": "^3.0.0",
"pretty-ms": "^7.0.1",
"sequelize": "^6.3.3",
"sprintf-js": "^1.1.2",
"twitch": "^4.2.6",
"twitch-auth": "^4.2.6",
"twitch-webhooks": "^4.2.6",
"typescript": "^4.1.2",
"utf-8-validate": "^5.0.2",
"ytdl-core": "^3.2.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/d3-format": "^2.0.0",
"@types/minimist": "^1.2.0",
"@types/node": "^14.14.2",
"@types/sequelize": "^4.28.9",
"@types/sprintf-js": "^1.1.2",
"@types/validator": "^13.1.0",
"@types/ws": "^7.2.6"
}
}