chore: add package-lock.json with project dependencies
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "octo-theme",
|
||||
"displayName": "Octo Theme",
|
||||
"description": "Thème VSCode épuré disponible en variante claire et sombre.",
|
||||
"version": "1.0.0",
|
||||
"publisher": "hykocx",
|
||||
"author": "Hyko",
|
||||
"license": "MIT",
|
||||
"icon": "images/icon.png",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.hyko.cx/hykocx/octo-vscode"
|
||||
},
|
||||
"keywords": [
|
||||
"theme",
|
||||
"color theme",
|
||||
"dark",
|
||||
"light",
|
||||
"octo"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.80.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Octo Light",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/octo-light-color-theme.json"
|
||||
},
|
||||
{
|
||||
"label": "Octo Dark",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/octo-dark-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"package": "vsce package --baseContentUrl https://git.hyko.cx/hykocx/octo-vscode/raw/branch/main --baseImagesUrl https://git.hyko.cx/hykocx/octo-vscode/raw/branch/main"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vscode/vsce": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user