-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 713 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
{
"name": "translatorbot",
"version": "1.0.0",
"description": "A simple bot that translates between Japanese and English.",
"main": "bot.js",
"scripts": {
"test": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suwanohiro/DiscordTranslationBot.git"
},
"author": "suwanohiro, RandomAnimeGamer",
"license": "ISC",
"bugs": {
"url": "https://github.com/suwanohiro/DiscordTranslationBot/issues"
},
"homepage": "https://github.com/suwanohiro/DiscordTranslationBot#readme",
"dependencies": {
"discord.js": "^14.14.1",
"google-translate-api": "^2.3.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"eslint": "^8.55.0"
}
}