This repository was archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.02 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.02 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
{
"name": "tt.bot",
"version": "4.1.2",
"description": "A bot with aim for moderation and utilities made in JS using Eris.",
"main": "index.js",
"dependencies": {
"@polka/redirect": "^1.0.0-next.0",
"@polka/send-type": "^0.5.2",
"@types/node": "^13.11.0",
"@types/node-fetch": "^2.5.5",
"body-parser": "^1.19.0",
"chainfetch": "^1.2.2",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.5",
"cookie-signature": "^1.1.0",
"csurf": "github:tt-bot-dev/csurf",
"ejs": "^3.0.2",
"emoji-regex": "^9.0.0",
"eris": "github:abalabahaha/eris#dev",
"express-session": "^1.17.0",
"express-session-rethinkdb": "^0.4.1",
"gifwrap": "^0.9.2",
"jimp": "^0.10.1",
"jimp-upng": "github:tt-bot-dev/jimp-upng",
"mime-types": "^2.1.26",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"monaco-editor": "^0.20.0",
"node-fetch": "^2.6.0",
"polka": "^0.5.2",
"rethinkdbdash": "^2.3.31",
"sosamba": "^1.0.1",
"uuid": "^7.0.3",
"vm2": "^3.9.1",
"workers-as-promised": "github:tt-bot-dev/WorkersAsPromised"
},
"devDependencies": {
"@tt-bot-dev/eslint-config": "^1.0.1",
"bulma": "^0.8.2",
"eslint": "^6.8.0",
"node-sass": "^4.13.1",
"uglify-es": "^3.3.9"
},
"scripts": {
"test": "eslint .",
"install": "node scripts/dbsetup",
"db:setup": "node scripts/dbsetup",
"web:js:uglify": "node scripts/uglify",
"web:css:build": "node-sass --omit-source-map-url webserver/web-files/bulma.scss webserver/static/css/bulma.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tt-bot-dev/tt.bot.git"
},
"author": "TTtie <me@tttie.cz>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tt-bot-dev/tt.bot/issues"
},
"homepage": "https://github.com/tt-bot-dev/tt.bot#readme"
}