{ "name": "barazo-plugins", "version": "0.0.0", "private": true, "type": "module", "description": "Official and community plugins for the Barazo forum", "packageManager": "pnpm@10.29.2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/singi-labs/barazo-plugins.git" }, "scripts": { "build": "pnpm -r run build", "test": "vitest run --passWithNoTests", "test:watch": "vitest", "lint": "eslint packages/ templates/", "typecheck": "tsc -b", "format": "prettier --write .", "format:check": "prettier --check ." }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "9.29.0", "jsdom": "^28.1.0", "prettier": "3.6.2", "react": "^19.2.4", "react-dom": "^19.2.4", "typescript": "5.9.3", "typescript-eslint": "8.56.1", "vitest": "4.0.18", "zod": "4.3.6" }, "engines": { "node": ">=24.0.0" } }