-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "strapi-open-ai-plugin",
"version": "1.0.5",
"description": "An OpenAI plugin to generate your Strapi content.",
"license": "CC BY-NC 4.0",
"strapi": {
"name": "open-ai",
"description": "An OpenAI plugin to generate your Strapi content.",
"kind": "plugin",
"displayName": "OpenAI Plugin"
},
"repository": {
"type": "git",
"url": "https://github.com/viesurvous/OpenAI-Strapi-Plugin",
"description": "An OpenAI plugin to generate your Strapi content.",
"kind": "plugin"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.7.0"
},
"author": {
"name": "Valentin Hardy",
"email": "[email protected]",
"url": "https://linkedin.com/in/vhrd"
},
"maintainers": [
{
"name": "Valentin Hardy",
"email": "[email protected]",
"url": "https://linkedin.com/in/vhrd"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}