Files
CELESTIFYX 08abac9e7d
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Refactoring repository...
2025-01-14 19:02:06 +02:00

154 lines
4.5 KiB
JSON

{
"name": "vsc-material-theme-icons",
"displayName": "Material Theme Icons",
"description": "Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.",
"version": "3.6.0",
"publisher": "equinusocio",
"license": "Apache-2.0",
"author": "Mattia Astorino [@equinusocio]",
"icon": "logo.png",
"engines": {
"vscode": "^1.36.0"
},
"repository": {
"type": "git",
"url": "https://github.com/material-theme/vsc-material-theme-icons.git"
},
"galleryBanner": {
"color": "#11131C",
"theme": "dark"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"VSCode",
"Themes"
],
"activationEvents": [
"onStartupFinished"
],
"extensionKind": [
"ui",
"workspace"
],
"main": "./out/src/extension",
"contributes": {
"menus": {
"commandPalette": [
{
"command": "eqMaterialThemeIcons.fixIcons",
"when": "config.materialTheme.accent == true"
}
]
},
"commands": [
{
"command": "eqMaterialThemeIcons.fixIcons",
"title": "Fix icons accent. Based on Material Theme",
"category": "Material Theme Icons"
}
],
"iconThemes": [
{
"id": "eq-material-theme-icons",
"label": "Material Theme Icons",
"path": "./out/variants/Material-Theme-Icons.json"
},
{
"id": "eq-material-theme-icons-darker",
"label": "Material Theme Icons Darker",
"path": "./out/variants/Material-Theme-Icons-Darker.json"
},
{
"id": "eq-material-theme-icons-palenight",
"label": "Material Theme Icons Palenight",
"path": "./out/variants/Material-Theme-Icons-Palenight.json"
},
{
"id": "eq-material-theme-icons-ocean",
"label": "Material Theme Icons Ocean",
"path": "./out/variants/Material-Theme-Icons-Ocean.json"
},
{
"id": "eq-material-theme-icons-light",
"label": "Material Theme Icons Light",
"path": "./out/variants/Material-Theme-Icons-Light.json"
},
{
"id": "eq-material-theme-icons-deepforest",
"label": "Material Theme Icons Deepforest",
"path": "./out/variants/Material-Theme-Icons-Deepforest.json"
}
]
},
"scripts": {
"precompile": "run-s cleanup",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"cleanup": "rimraf out",
"build": "run-s cleanup && tsc -p ./ && cp src/defaults.json out/src/ && node out/build/index.js --ignore-engines",
"postinstall": "node ./node_modules/vscode/bin/install",
"pretest": "rimraf ./.nyc_output ./coverage && run-s compile",
"test": "nyc -x '' mocha",
"test:travis": "run-s pretest && nyc -x '' mocha",
"posttest:travis": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test:vs": "node ./node_modules/vscode/bin/test",
"release": "git pull && standard-version --release-as patch && git push --follow-tags",
"release:minor": "git pull && standard-version --release-as minor && git push --follow-tags",
"release:major": "git pull && standard-version --release-as major && git push --follow-tags"
},
"devDependencies": {
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"@types/mustache": "4.2.5",
"@types/ncp": "2.0.8",
"@types/node": "20.10.1",
"@types/rimraf": "3.0.2",
"@types/semver": "7.5.6",
"@types/sinon": "17.0.2",
"chai": "4.3.10",
"codecov": "3.8.3",
"cpy": "8.1.2",
"execa": "5.1.1",
"json-minify": "1.0.0",
"mocha": "10.2.0",
"mustache": "4.2.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "17.0.1",
"svgo": "3.0.5",
"typescript": "5.3.2",
"vscode": "1.1.37"
},
"badges": [
{
"url": "https://camo.githubusercontent.com/d3c6e53aa66426dead24cdedab0e83082103bea6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f657175696e75736f63696f2f7673632d6d6174657269616c2d7468656d652e7376673f7374796c653d666c61742d737175617265",
"href": "https://github.com/material-theme/vsc-material-theme-icons/issues",
"description": "Open issues"
},
{
"url": "https://img.shields.io/badge/Support%20this%20project-%F0%9F%92%96%EF%B8%8F-green.svg?style=flat-square",
"href": "https://opencollective.com/material-theme",
"description": "Support us!"
}
],
"dependencies": {
"semver": "7.5.4",
"standard-version": "9.5.0"
},
"__metadata": {
"id": "6959958f-be4d-42c4-8aa4-dc2c2f086b0a",
"publisherId": "3b9d55d2-da9e-415a-9bea-8d6bc07147d8",
"publisherDisplayName": "Equinusocio",
"targetPlatform": "universal",
"updated": false,
"isPreReleaseVersion": false,
"hasPreReleaseVersion": false,
"installedTimestamp": 1714474309056,
"pinned": false,
"source": "gallery"
}
}