{ "name": "@exceptionless/monorepo", "private": true, "version": "3.0.0-dev", "license": "Apache-2.0", "scripts": { "clean": "rimraf -g packages/*/dist example/*/dist example/*/.next", "build": "npm run build --workspaces --if-present", "watch": "npm run watch --workspaces --if-present", "lint": "run-s -c lint:eslint lint:prettier", "lint:eslint": "eslint .", "lint:prettier": "prettier --check .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "test": "vitest run", "test:watch": "vitest", "version": "npm --no-git-tag-version --workspaces=true version", "upgrade": "ncu -i", "upgrade:workspaces": "ncu -i --workspaces" }, "workspaces": [ "packages/core", "packages/browser", "packages/angularjs", "packages/node", "packages/react", "packages/react-native", "packages/vue", "example/*" ], "devDependencies": { "@eslint/js": "^10.0.1", "@vitest/eslint-plugin": "^1.6.19", "eslint": "^10.4.1", "eslint-config-prettier": "^10.1.8", "jsdom": "^29.1.1", "npm-run-all2": "^9.0.1", "prettier": "^3.8.3", "react": "19.2.3", "react-dom": "19.2.3", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.60.1", "vitest": "^4.1.8" }, "allowScripts": { "esbuild@0.28.0": true } }