-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
{
"name": "openaipy-fragments",
"displayName": "OpenAIPY Fragments IntelliSense",
"description": "Simplify your coding with ready-to-use Python snippets for OpenAI library.",
"version": "1.0.0",
"publisher": "Jesparzarom",
"author": {
"name": "Juan E."
},
"engines": {
"vscode": "^1.78.0"
},
"categories": [
"Snippets"
],
"icon": "demos/OpenAiPy.png",
"galleryBanner": {
"color": "#915A9B",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/Jesparzarom/OpenAIPy-Fragments.git"
},
"contributes": {
"snippets": [
{
"language": "python",
"path": "./snippets/snippets.code-snippets"
}
]
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Jesparzarom/OpenAIPy-fragments/issues"
},
"homepage": "https://github.com/Jesparzarom/OpenAIPy-Fragments/blob/main/README.md"
}