-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.45 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@future-mind/strapi-provider-translate-deepl",
"version": "1.1.13",
"description": "DeepL provider for translate plugin in Strapi 4. Note this is a fork repo!",
"keywords": [
"strapi",
"translate",
"provider",
"deepl"
],
"homepage": "https://github.com/FutureMind/strapi-plugin-translate",
"bugs": {
"url": "https://github.com/FutureMind/strapi-plugin-translate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/FutureMind/strapi-plugin-translate.git"
},
"license": "MIT",
"author": {
"name": "Felix Haase",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Felix Haase",
"email": "[email protected]"
},
{
"name": "Yannick Lang",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Future Mind"
}
],
"main": "./lib",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "jest",
"postinstall": "cd ../../node_modules/deepl-node && npm install && npm run build"
},
"dependencies": {
"bottleneck": "^2.19.5",
"deepl-node": "https://github.com/FutureMind/deepl-node"
},
"devDependencies": {
"@faker-js/faker": "^8.4.0",
"@strapi/plugin-i18n": "^4.15.0",
"jest": "^29.7.0",
"msw": "^2.1.5"
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.2.5"
},
"engines": {
"node": ">=14 <=20",
"npm": ">=6.0.0"
}
}