-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 882 Bytes
/
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
{
"name": "strapi-provider-translate-deepljsonb",
"version": "1.0.5",
"description": "DeepL provider for translate plugin in Strapi 4 with Jsonb support",
"keywords": [
"strapi",
"translate",
"provider",
"deepl",
"jsonb"
],
"author": "Samuele Coppedè <[email protected]>",
"license": "ISC",
"main": "./lib",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"bottleneck": "^2.19.5",
"deepl-node": "^1.12.0",
"@contentstack/json-rte-serializer": "^2.0.6",
"jsdom": "^24.0.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@strapi/plugin-i18n": "^4.20.5",
"jest": "^29.7.0",
"msw": "^2.2.4"
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.2.4"
},
"engines": {
"node": ">=14 <=20",
"npm": ">=6.0.0"
}
}