renovate[bot] fa5094cc4e
chore(deps): update pnpm to v10.10.0 (#541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-01 22:30:41 +01:00

52 lines
1.4 KiB
JSON

{
"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 . --ext .ts \"$@\" && pnpm g:typecheck",
"postinstall": "husky && pnpm --filter @catppuccin/vscode compiled:pack"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^52.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
"@vscode/vsce": "catalog:",
"eslint": "catalog:",
"tsup": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
},
"dependenciesMeta": {
"keytar": {
"built": false
}
}
}