{
  "publisher": "antfu",
  "name": "theme-vitesse",
  "displayName": "Vitesse Theme",
  "version": "0.8.1",
  "packageManager": "pnpm@9.1.1",
  "description": "Vitesse theme for VS Code",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/antfu/vscode-theme-vitesse"
  },
  "bugs": {
    "url": "https://github.com/antfu/vscode-theme-vitesse/issues"
  },
  "keywords": [
    "theme",
    "vitesse",
    "light",
    "dark"
  ],
  "categories": [
    "Themes"
  ],
  "exports": {
    "./*": "./*"
  },
  "icon": "icon.png",
  "files": [
    "extra",
    "themes"
  ],
  "engines": {
    "vscode": "^1.43.0"
  },
  "contributes": {
    "themes": [
      {
        "label": "Vitesse Light",
        "uiTheme": "vs",
        "path": "./themes/vitesse-light.json"
      },
      {
        "label": "Vitesse Dark",
        "uiTheme": "vs-dark",
        "path": "./themes/vitesse-dark.json"
      },
      {
        "label": "Vitesse Black",
        "uiTheme": "vs-dark",
        "path": "./themes/vitesse-black.json"
      },
      {
        "label": "Vitesse Light Soft",
        "uiTheme": "vs",
        "path": "./themes/vitesse-light-soft.json"
      },
      {
        "label": "Vitesse Dark Soft",
        "uiTheme": "vs-dark",
        "path": "./themes/vitesse-dark-soft.json"
      }
    ]
  },
  "scripts": {
    "build": "esno scripts/index.ts",
    "dev": "esno watch scripts/index.ts",
    "vscode:prepublish": "npm run build",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "release": "bumpp --all && vsce publish --no-dependencies"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.17.0",
    "@antfu/utils": "^0.7.8",
    "@types/color": "^3.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.12.11",
    "@vscode/vsce": "^2.26.1",
    "bumpp": "^9.4.1",
    "color": "^4.2.3",
    "eslint": "^9.2.0",
    "esno": "^4.7.0",
    "fs-extra": "^11.2.0",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "xterm": "^5.3.0"
  },
  "preview": true
}
