Skip to content

Commit

Permalink
📦 add package file
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoinegtir committed Jul 15, 2023
1 parent 203cdd0 commit fa3f5f7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "flutter-icons",
"displayName": "Flutter Icons",
"description": "A Flutter icon theme for vscode",
"version": "1.0.1",
"license": "MIT",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"publisher": "AntoineGtr",
"repository": {
"url": "https://github.com/Antoinegtir/flutter-icons",
"type": "git"
},
"icon": "icons/logo.png",
"galleryBanner": {
"color": "#23292e",
"theme": "dark"
},
"contributes": {
"iconThemes": [
{
"id": "theme",
"label": "Flutter Icons",
"path": "./theme.json"
}
]
},
"devDependencies": {
"vsce": "^2.9.2"
}
}

0 comments on commit fa3f5f7

Please sign in to comment.