forked from neplextech/commandkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 988 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 988 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
38
39
40
41
42
43
{
"name": "@commandkit/i18n",
"version": "1.2.1",
"description": "CommandKit plugin that adds command localizations backed by i18next",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"check-types": "tsc --noEmit",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neplextech/commandkit.git",
"directory": "packages/i18n"
},
"keywords": [
"commandkit",
"redis",
"cache"
],
"contributors": [
"Twilight <hello@twlite.dev>",
"Avraj <avraj@underctrl.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/neplextech/commandkit/issues"
},
"homepage": "https://commandkit.dev",
"dependencies": {
"i18next": "^25.8.13",
"i18next-fs-backend": "^2.6.1"
},
"devDependencies": {
"commandkit": "workspace:*",
"discord.js": "catalog:discordjs",
"tsconfig": "workspace:*",
"typescript": "catalog:build"
}
}