diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a5108d61..b316f8b3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -50,120 +50,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -993,7 +882,6 @@ - @@ -1018,7 +906,8 @@ - true diff --git a/plugins_/_package.json b/plugins_/_package.json deleted file mode 100644 index 33edba00..00000000 --- a/plugins_/_package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@yaakapp/plugins", - "repository": "https://github.com/yaakapp/plugins", - "workspaces": [ - "plugins/*" - ], - "private": true, - "scripts": { - "build": "workspaces-run --parallel -- npm run --workspaces build", - "dev": "workspaces-run --parallel -- npm run --workspaces dev", - "test": "vitest run", - "lint": "tsc" - }, - "devDependencies": { - "@types/node": "^22.7.4", - "jsonpath": "^1.1.1", - "typescript": "^5.6.2", - "vitest": "^2.0.4", - "workspaces-run": "^1.0.2", - "@yaakapp/cli": "^0.1.5" - }, - "dependencies": { - "@yaakapp/api": "^0.6.0" - } -}