mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
cbe3bd80d8
* fix(api): convert `Position` to `PhsyicalPosition` for `TrayIconEvent` ref: https://github.com/tauri-apps/plugins-workspace/pull/1822#issuecomment-2365442240 * fix lint * Add missing `doubleClick` event type * change file * update lockfile * Update .changes/api-tray-icon-event-value-mismatch-type.md [skip ci] --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
35 lines
969 B
JSON
35 lines
969 B
JSON
{
|
|
"name": "tauri-workspace",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"private": true,
|
|
"contributors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tauri-apps/tauri.git"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"eslint:check": "pnpm run -r eslint:check",
|
|
"ts:check": "pnpm run -r ts:check",
|
|
"build": "pnpm run -r build",
|
|
"build:api": "pnpm run --filter \"@tauri-apps/api\" build",
|
|
"build:cli": "pnpm run --filter \"@tauri-apps/cli\" build",
|
|
"build:cli:debug": "pnpm run --filter \"@tauri-apps/cli\" build:debug",
|
|
"test": "pnpm run -r test",
|
|
"example:api:dev": "pnpm run --filter \"api\" tauri dev"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3"
|
|
},
|
|
"packageManager": "pnpm@9.9.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
|
|
}
|
|
}
|
|
}
|