Skip to content

Commit 0f89c1a

Browse files
committed
Update: README.md with instructions and information
1 parent aaf770d commit 0f89c1a

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
{
22
"name": "@strapi/plugin-open-ai",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "The official plugin that allows you to create Open AI completion from a prompt",
55
"strapi": {
66
"name": "open-ai",
77
"description": "The official plugin that allows you to create Open AI completion from a prompt",
88
"kind": "plugin",
99
"displayName": "Open AI"
1010
},
11-
"dependencies": {},
12-
"author": {
13-
"name": "Strapi Solutions SAS",
14-
"email": "[email protected]",
15-
"url": "https://strapi.io"
16-
},
11+
"author": "Strapi Solutions SAS <[email protected]> (https://strapi.io)",
1712
"maintainers": [
18-
{
19-
"name": "Strapi Solutions SAS",
20-
"email": "[email protected]",
21-
"url": "https://strapi.io"
22-
}
13+
"Strapi Solutions SAS <[email protected]> (https://strapi.io)"
2314
],
2415
"repository": {
2516
"type": "git",
26-
"url": "https://github.com/strapi/strapi-plugin-open-ai.git"
17+
"url": "git+https://github.com/strapi/strapi-plugin-open-ai.git"
2718
},
2819
"peerDependencies": {
2920
"@strapi/strapi": "^4.0.0"
@@ -32,5 +23,13 @@
3223
"node": ">=14.19.1 <=18.x.x",
3324
"npm": ">=6.0.0"
3425
},
35-
"license": "MIT"
36-
}
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/strapi/strapi-plugin-open-ai/issues"
29+
},
30+
"homepage": "https://github.com/strapi/strapi-plugin-open-ai#readme",
31+
"main": "strapi-admin.js",
32+
"scripts": {
33+
"test": "echo \"Error: no test specified\" && exit 1"
34+
}
35+
}

0 commit comments

Comments
 (0)