mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
29bf8a2ab4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
33 lines
986 B
JSON
33 lines
986 B
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.0.2",
|
|
"@rollup/plugin-terser": "^0.4.1",
|
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
"@typescript-eslint/parser": "^5.58.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^35.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^16.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-security": "^1.7.1",
|
|
"prettier": "^2.8.7",
|
|
"rollup": "^3.20.4",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.33.0"
|
|
}
|
|
}
|