{ "name": "@yaakapp/plugins", "repository": "https://github.com/yaakapp/plugins", "private": true, "scripts": { "build": "node scripts/build-plugins.cjs", "test": "vitest run", "lint": "tsc" }, "devDependencies": { "jsonpath": "^1.1.1", "vitest": "^2.0.4", "typescript": "^5.5.2" } }