FiveM_Snippets/package.json

24 lines
545 B
JSON

{
"name": "cstmgames-fivem-snippets",
"displayName": "CSTMGames FiveM Snippets",
"description": "Snippets for FiveM",
"version": "1.0.0",
"engines": {
"vscode": "^1.110.0"
},
"icon": "pridelogo.png",
"repository": {
"type": "git",
"url": "https://git.cstmgames.dev/CSTMGames/FiveM_Snippets.git"
},
"publisher": "CSTMGames - KJ4LXC",
"categories": ["Snippets"],
"contributes": {
"snippets": [
{
"language": "lua",
"path": "./snippets/cstmcommonfunctions.code-snippets"
}
]
}
}