-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
{
"name": "strapi-google-translator",
"version": "1.0.8",
"description": "Easily translate your Strapi content into 100+ languages.",
"strapi": {
"name": "strapi-google-translator",
"description": "Easily translate your Strapi content into 100+ languages.",
"kind": "plugin",
"displayName": "Strapi Google Translator"
},
"dependencies": {
"@google-cloud/translate": "^6.3.1",
"lodash": "^4.17.21",
"react-ace": "^10.1.0"
},
"peerDependencies": {
"@strapi/strapi": ">=4.0.0"
},
"author": {
"name": "AsyncWeb Technology",
"email": "[email protected]"
},
"homepage": "https://github.com/manishkatyan/strapi-google-translator#readme",
"repository": {
"type": "git",
"url": "https://github.com/manishkatyan/strapi-google-translator.git"
},
"maintainers": [
{
"name": "AsyncWeb Technology",
"email": "[email protected]"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"translate",
"i18n",
"multi-lingual",
"google cloud translate",
"strapi",
"headless CMS",
"open-source",
"subscribe",
"gateway",
"internationalization"
],
"license": "MIT"
}