forked from redrobotsl/discord-sl-chat-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "sl-discord-relay",
"version": "0.0.2",
"description": "Second Life and Discord Chat Relay, able to handle multiple groups and channels. ",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redrobotsl/sl-discord-relay.git"
},
"author": "Nolan Perry/Dark Nebula <nolan@darknebula.world>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/redrobotsl/sl-discord-relay/issues"
},
"homepage": "https://github.com/redrobotsl/sl-discord-relay/issues",
"dependencies": {
"@caspertech/node-metaverse": "^0.5.31",
"@discordjs/builders": "^0.2.0",
"@sapphire/time-utilities": "^1.3.8",
"axios": "^0.26.0",
"axios-cache-interceptor": "^0.9.3",
"axios-retry": "^3.2.4",
"colorette": "^1.3.0",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}