-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1004 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
39
40
41
42
43
44
45
46
{
"name": "pyrosnippets",
"displayName": "PyroSnippets - Pyrogram Telegram Bot Code Snippets",
"description": "Unlock the full potential of Pyrogram with PyroSnippets, a comprehensive collection of ready-to-use code snippets",
"publisher": "nuhmanpk",
"icon": "images/logo-icon.png",
"version": "0.0.2",
"engines": {
"vscode": "^1.90.0"
},
"categories": [
"Snippets",
"Programming Languages",
"Extension Packs",
"Linters",
"Formatters",
"Other"
],
"repository": {
"type": "git",
"url": "https://github.com/nuhmanpk/pyro-snippets.git"
},
"contributes": {
"snippets": [
{
"language": "python",
"path": "./snippets/snippets.code-snippets"
}
]
},
"keywords": [
"Pyrogram",
"Telegram",
"Bot",
"Snippets",
"Code Snippets",
"Python",
"Pyrogram Bot",
"Telegram Bot",
"Developer Tools",
"Chatbot"
],
"sponsor":{
"url":"https://github.com/sponsors/nuhmanpk"
}
}