-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
31 lines (31 loc) · 966 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
{
"name": "@strapi/plugin-open-ai",
"version": "1.0.3",
"description": "The official plugin that allows you to create Open AI completion from a prompt",
"strapi": {
"name": "open-ai",
"description": "The official plugin that allows you to create Open AI completion from a prompt",
"kind": "plugin",
"displayName": "Open AI"
},
"author": "Strapi Solutions SAS <[email protected]> (https://strapi.io)",
"maintainers": [
"Strapi Solutions SAS <[email protected]> (https://strapi.io)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/strapi/strapi-plugin-open-ai.git"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/strapi/strapi-plugin-open-ai/issues"
},
"homepage": "https://github.com/strapi/strapi-plugin-open-ai#readme",
"main": "strapi-admin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}