mirror of
https://github.com/sern-handler/snippets
synced 2026-06-06 01:16:58 +00:00
Updated the link in readme to link to new website and link in package.json for moving to sern-handler repo.
30 lines
557 B
JSON
30 lines
557 B
JSON
{
|
|
"name": "sern-snippets",
|
|
"displayName": "sern Snippets",
|
|
"description": "Snippets for the sern discord bot framework",
|
|
"version": "1.1.0",
|
|
"repository": {
|
|
"url": "https://github.com/sern-handler/snippets"
|
|
},
|
|
"publisher": "SrIzan",
|
|
"icon": "icon.png",
|
|
"engines": {
|
|
"vscode": "^1.49.0"
|
|
},
|
|
"categories": [
|
|
"Snippets"
|
|
],
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": "javascript",
|
|
"path": "./snippets/snippets.code-snippets"
|
|
},
|
|
{
|
|
"language": "typescript",
|
|
"path": "./snippets/snippets.code-snippets"
|
|
}
|
|
]
|
|
}
|
|
}
|