-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.36 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
{
"name": "tc-link",
"version": "1.0.0",
"description": "",
"engines": {
"node": "12.6.0"
},
"dependencies": {
"anyid": "^1.0.1",
"babel-eslint": "^8.1.2",
"better-sqlite3": "^5.4.0",
"body-parser": "^1.19.0",
"chalk": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"discord.js": "^11.6.3",
"discord.js-commando": "^0.10.0",
"eslint": "^4.14.0",
"express": "^4.17.1",
"flatted": "^2.0.1",
"moment": "^2.24.0",
"moment-duration-format": "^1.3.0",
"q": "^1.5.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"serialijse": "^0.1.3",
"snekfetch": "^3.2.3",
"spacetime": "^5.9.0",
"sqlite3": "^4.0.9",
"touch": "^3.1.0",
"trello": "^0.8.0",
"tsubaki": "^1.1.1",
"underscore": "^1.8.3",
"winston": "^2.3.1"
},
"devDependencies": {},
"scripts": {
"start": "node ./src/bot.js",
"fill": "node ./scripts/filldb.js",
"init": "node ./scripts/initdb.js",
"web": "node ./src/web/Server.js",
"gen-legacy-chat": "node ./scripts/legacy/discord.js",
"gen-legacy-game": "node ./scripts/legacy/game.js",
"convert-legacy-chat": "node ./scripts/legacy/discordConvert.js",
"convert-legacy-game": "node ./scripts/legacy/gameConvert.js"
},
"author": "Pascal Young",
"private": true,
"main": "bot.js",
"repository": "https://gitlab.com/true-colors/link.git"
}