{
    "name": "showrunner",
    "version": "0.1.0",
    "description": "Desktop app for screen recording with timeline editing",
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "tsc && vite build",
        "test": "vitest run --coverage",
        "lint": "eslint . --ext .ts,.tsx",
        "lint:fix": "eslint . --ext .ts,.tsx --fix",
        "format": "prettier --write \"*.{js,json,md,yml,yaml}\" \".github/workflows/*.{yml,yaml}\" \"src/**/*.{ts,tsx,css}\" \"widget/**/*.{ts,tsx,json}\"",
        "format:check": "prettier --check \"*.{js,json,md,yml,yaml}\" \".github/workflows/*.{yml,yaml}\" \"src/**/*.{ts,tsx,css}\" \"widget/**/*.{ts,tsx,json}\"",
        "preview": "vite preview",
        "tauri": "tauri",
        "tauri:dev": "tauri dev",
        "tauri:build": "tauri build"
    },
    "dependencies": {
        "@tauri-apps/api": "^2.2.0",
        "@tauri-apps/plugin-dialog": "^2.6.0",
        "@tauri-apps/plugin-fs": "^2.4.5",
        "@xterm/addon-fit": "^0.11.0",
        "@xterm/xterm": "^6.0.0",
        "react": "^18.3.1",
        "react-dom": "^18.3.1",
        "react-router-dom": "^6.28.0"
    },
    "devDependencies": {
        "@eslint/js": "^9.39.2",
        "@tauri-apps/cli": "^2.2.0",
        "@testing-library/react": "^16.3.2",
        "@types/react": "^18.3.18",
        "@types/react-dom": "^18.3.5",
        "@vitejs/plugin-react": "^4.3.4",
        "@vitest/coverage-v8": "^3.2.4",
        "eslint": "^9.39.2",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-react-hooks": "^7.0.1",
        "eslint-plugin-react-refresh": "^0.5.0",
        "jsdom": "^28.0.0",
        "prettier": "^3.8.1",
        "typescript": "^5.7.3",
        "typescript-eslint": "^8.55.0",
        "vite": "^6.0.7",
        "vitest": "^3.2.4"
    }
}
