lazydns 0.3.20

A light and fast DNS server/forwarder implementation in Rust
Documentation
{
    "name": "lazydns-webui",
    "version": "0.1.0",
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "preview": "vite preview",
        "check": "svelte-check --tsconfig ./tsconfig.json",
        "test": "vitest run",
        "test:watch": "vitest",
        "test:coverage": "vitest run --coverage"
    },
    "devDependencies": {
        "@sveltejs/vite-plugin-svelte": "^5.0.0",
        "@testing-library/jest-dom": "^6.4.2",
        "@testing-library/svelte": "^5.0.0",
        "@tsconfig/svelte": "^5.0.4",
        "@vitest/coverage-v8": "^3.2.4",
        "autoprefixer": "^10.4.19",
        "jsdom": "^24.0.0",
        "postcss": "^8.4.38",
        "svelte": "^5.0.0",
        "svelte-check": "^4.0.0",
        "tailwindcss": "^3.4.3",
        "tslib": "^2.6.2",
        "typescript": "^5.4.5",
        "vite": "^6.0.0",
        "vitest": "^3.0.0"
    },
    "dependencies": {
        "echarts": "^5.5.0",
        "svelte-spa-router": "^4.0.1"
    }
}