-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 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
45
46
47
48
49
50
51
{
"name": "vscode-pycord-snippets",
"displayName": "Pycord Snippets",
"description": "📮 Pycord snippets for Visual Studio Code.",
"publisher": "woidzero",
"version": "2.2.0",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.79.0"
},
"repository": {
"type": "git",
"url": "https://github.com/woidzero/vscode-pycord-snippets.git"
},
"categories": [
"Snippets"
],
"keywords": [
"pycord",
"py-cord",
"discord",
"discord python",
"pycord snippets",
"snippets",
"discord snippets",
"vscode python",
"python",
"discord.py",
"discord py"
],
"contributes": {
"snippets": [
{
"language": "python",
"path": "./snippets/slash.code-snippets"
},
{
"language": "python",
"path": "./snippets/commands.code-snippets"
},
{
"language": "python",
"path": "./snippets/bridge.code-snippets"
},
{
"language": "python",
"path": "./snippets/misc.code-snippets"
}
]
}
}