forked from catppuccin/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "@catppuccin/vscode-monorepo",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/catppuccin/vscode.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/catppuccin/vscode/issues"
},
"sponsor": {
"url": "https://opencollective.com/catppuccin"
},
"lint-staged": {
"*.ts": "pnpm eslint --cache --fix",
"*.{ts,json,md}": "pnpm prettier --write"
},
"scripts": {
"g:typecheck": "tsc --noEmit -p packages/catppuccin-vsc && tsc --noEmit -p packages/catppuccin-vsc-storybook",
"lint": "eslint --flag v10_config_lookup_from_file . && pnpm g:typecheck",
"postinstall": "husky && pnpm --filter @catppuccin/vscode compiled:pack"
},
"packageManager": "pnpm@10.23.0",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
"@vscode/vsce": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unicorn": "^62.0.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.6.2",
"tsup": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "^8.47.0"
},
"dependenciesMeta": {
"keytar": {
"built": false
}
}
}