-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 846 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
{
"name": "ai-text-generation",
"version": "0.1.1",
"description": "A Strapi Custom Field for Text Generation with Open AI.",
"strapi": {
"name": "ai-text-generation",
"description": "A Strapi Custom Field for Text Generation with Open AI.",
"kind": "plugin",
"displayName": "AI Text Generation"
},
"dependencies": {
"axios": "^1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/malgamves/strapi-open-ai-text-generation.git"
},
"author": {
"name": "Daniel Phiri",
"email": "malgamves@gmail.com",
"url": "https://malgamves.dev"
},
"maintainers": [
{
"name": "Daniel Phiri",
"email": "malgamves@gmail.com",
"url": "https://malgamves.dev"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}