-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 800 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 800 Bytes
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
{
"name": "@maccarone/vscode-monorepo",
"version": "0.1.0",
"private": true,
"keywords": [
"vscode",
"extension"
],
"author": "Peter",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20.0.0"
},
"description": "a theme vscode plugin",
"scripts": {
"postinstall": "husky"
},
"devDependencies": {
"@types/node": "catalog:",
"@tsconfig/node22": "catalog:",
"@eslint/js": "catalog:",
"globals": "catalog:",
"typescript": "catalog:",
"tsx": "catalog:",
"tsup": "catalog:",
"husky": "catalog:",
"prettier": "catalog:",
"eslint": "catalog:",
"typescript-eslint": "catalog:",
"eslint-plugin-unicorn": "catalog:",
"eslint-plugin-prettier": "catalog:",
"tavolozza": "catalog:"
}
}