mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
32 lines
908 B
JSON
32 lines
908 B
JSON
{
|
|
"name": "plugins-workspace",
|
|
"private": true,
|
|
"license": "MIT or APACHE-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace 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": "^34.0.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"prettier": "^2.8.7",
|
|
"rollup": "^3.20.4",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.24.2"
|
|
}
|
|
}
|