-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 876 Bytes
/
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
{
"name": "lolabot",
"version": "4.0.0",
"description": "Discord bot that let's you control Lovesense toys.",
"main": "index.js",
"scripts": {
"main": "node index.js",
"deploy": "node deploy-commands.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lolabray/lolabot.git"
},
"keywords": [
"lovense",
"discord",
"discord-bot",
"sextoys"
],
"author": "Lola (lolabray)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lolabray/lolabot/issues"
},
"homepage": "https://github.com/lolabray/lolabot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"discord-api-types": "^0.27.2",
"discord.js": "^13.6.0",
"node-fetch": "^3.2.0"
}
}