-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 Bytes
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
{
"name": "ttsbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"bot":"node .",
"dev": "nodemon .",
"deploy":"node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectCSJ/TTSBot.git"
},
"keywords": [],
"author": "友人S@プロジェクトCSJ <yuujins@project.csj> (http://project.csj/)",
"license": "GLP-3.0",
"bugs": {
"url": "https://github.com/ProjectCSJ/TTSBot/issues"
},
"homepage": "https://github.com/ProjectCSJ/TTSBot#readme",
"dependencies": {
"@discordjs/builders": "0.11.0",
"@discordjs/rest": "0.2.0-canary.0",
"@discordjs/voice": "0.7.5",
"discord-api-types": "0.26.1",
"discord.js": "13.5.0",
"dotenv": "10.0.0",
"mysql": "2.18.1",
"node-color-log": "7.0.0"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-google": "0.14.0",
"nodemon": "2.0.15"
}
}