UNPKG

theme-vitesse

Version:
95 lines (94 loc) 2.17 kB
{ "publisher": "antfu", "name": "theme-vitesse", "displayName": "Vitesse Theme", "version": "1.0.0", "packageManager": "pnpm@10.14.0", "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": [ "LICENSE.md", "extra/*", "icon.png", "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": "tsx scripts/index.ts", "dev": "tsx watch scripts/index.ts", "vscode:prepublish": "npm run build", "lint": "eslint .", "prepublishOnly": "npm run build", "release": "bumpp --all && vsce publish --no-dependencies", "pack": "vsce pack --no-dependencies", "package": "vsce package --no-dependencies" }, "devDependencies": { "@antfu/eslint-config": "^5.1.0", "@antfu/utils": "^9.2.0", "@types/color": "^4.2.0", "@types/fs-extra": "^11.0.4", "@types/node": "^24.2.0", "@vscode/vsce": "^3.6.0", "@xterm/xterm": "^5.5.0", "bumpp": "^10.2.2", "color": "^5.0.0", "eslint": "^9.32.0", "fs-extra": "^11.3.0", "tsup": "^8.5.0", "tsx": "^4.20.3", "typescript": "^5.9.2" }, "preview": true }