-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.02 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "less-vs",
"displayName": "less-vs",
"description": "Less theme. More focus.",
"repository": "https://github.com/exdysa/less-vs",
"version": "0.0.5",
"publisher": "exdysa",
"engines": {
"vscode": "^1.105.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Color Fatigue Dark",
"uiTheme": "vs-dark",
"path": "./themes/color-fatigue-dark.json"
},
{
"label": "Cool Cowboy Theme",
"uiTheme": "vs-dark",
"path": "./themes/cool-cowboy-theme.json"
},
{
"label": "Kanzo Ink",
"uiTheme": "vs-dark",
"path": "./themes/kanso-ink.json"
},
{
"label": "Sequoia Monochrome",
"uiTheme": "vs-dark",
"path": "./themes/sequoia-monochrome.json"
}
]
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"dependencies": {
"@vscode/vsce": "^3.7.1",
"ovsx": "^0.10.7"
},
"scripts": {
"package": "npm vsce package --no-dependencies",
"publish": "npm vsce publish --no-dependencies",
"vscode:prepublish": "npm run esbuild-base -- --minify",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node"
},
"devDependencies": {
"esbuild": "^0.27.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"esbuild"
]
},
"homepage": "https://github.com/exdysa/less-vs",
"keywords": [
"minimal",
"dark",
"monochrome",
"desaturated",
"greyscale",
"low-contrast",
"zen"
]
}