Files
snippets/package.json
Peter-MJ-Parker f961e1eeee fix: update links
Updated the link in readme to link to new website and link in package.json for moving to sern-handler repo.
2023-02-22 00:42:49 -06:00

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"
}
]
}
}