mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
125ec1dbcf
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "plugins-workspace",
|
|
"private": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"example:api:dev": "pnpm run --filter \"api\" tauri dev"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.18.0",
|
|
"@rollup/plugin-node-resolve": "16.0.0",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@rollup/plugin-typescript": "11.1.6",
|
|
"@types/eslint__js": "8.42.3",
|
|
"covector": "^0.12.3",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "10.0.1",
|
|
"eslint-plugin-security": "3.0.1",
|
|
"prettier": "3.4.2",
|
|
"rollup": "4.31.0",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.7.3",
|
|
"typescript-eslint": "8.20.0"
|
|
},
|
|
"resolutions": {
|
|
"semver": ">=7.5.2",
|
|
"optionator": ">=0.9.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": "^9.0.0"
|
|
}
|
|
}
|