-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "telex",
"version": "1.1.1",
"description": "Allow communication between Discord servers by creating rooms you can invite other servers to. All messages sent in the designated channel will be echoed throughout all servers in the room",
"main": "bot.js",
"scripts": {
"start": "node ./",
"prunedb": "node ./src/workers/prune.js",
"lint": "eslint ./"
},
"author": "exoRift",
"license": "MIT",
"dependencies": {
"cyclone-engine": "^1.4.3",
"dblapi.js": "^2.4.1",
"eris": "^0.13.3",
"knex": "^0.21.5",
"pg": "^8.3.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exoRift/telex.git"
},
"keywords": [
"javascript",
"discord",
"bot",
"discord-bot",
"eris",
"knex",
"guildlink",
"connect",
"link"
],
"bugs": {
"url": "https://github.com/exoRift/telex/issues"
},
"homepage": "https://exoRift.github.io/telex"
}