mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
8dd371814a
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/**\" build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@rollup/plugin-typescript": "11.1.5",
|
|
"@typescript-eslint/eslint-plugin": "6.9.0",
|
|
"@typescript-eslint/parser": "6.9.0",
|
|
"eslint": "8.52.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-config-standard-with-typescript": "39.1.1",
|
|
"eslint-plugin-import": "2.29.0",
|
|
"eslint-plugin-n": "16.2.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-security": "1.7.1",
|
|
"prettier": "3.0.3",
|
|
"rollup": "3.29.4",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"resolutions": {
|
|
"semver": ">=7.5.2",
|
|
"optionator": ">=0.9.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.33.1"
|
|
}
|
|
}
|