{
    "name": "@humanspeak/svelte-markdown",
    "version": "0.8.1",
    "description": "A powerful, customizable markdown renderer for Svelte with TypeScript support",
    "keywords": [
        "svelte",
        "markdown",
        "renderer",
        "parser",
        "marked",
        "component",
        "sveltekit",
        "svelte5",
        "md",
        "documentation",
        "html",
        "converter",
        "formatting"
    ],
    "homepage": "https://markdown.svelte.page",
    "bugs": {
        "url": "https://github.com/humanspeak/svelte-markdown/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/humanspeak/svelte-markdown.git"
    },
    "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/humanspeak"
    },
    "license": "MIT",
    "author": "Humanspeak, Inc.",
    "sideEffects": [
        "**/*.css"
    ],
    "type": "module",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "svelte": "./dist/index.js"
        }
    },
    "svelte": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "dist",
        "!dist/**/*.test.*",
        "!dist/**/*.spec.*",
        "!dist/test/**/*"
    ],
    "scripts": {
        "build": "vite build && npm run package",
        "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
        "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
        "dev": "vite dev",
        "format": "prettier --write .",
        "lint": "prettier --check . && eslint .",
        "lint:fix": "npm run format && eslint . --fix",
        "package": "svelte-kit sync && svelte-package && publint",
        "prepublishOnly": "npm run package",
        "preview": "vite preview",
        "test": "vitest run --coverage",
        "test:all": "npm run test && npm run test:e2e",
        "test:e2e": "playwright test",
        "test:e2e:debug": "playwright test --debug",
        "test:e2e:report": "playwright show-report",
        "test:e2e:ui": "playwright test --ui",
        "test:only": "vitest run",
        "test:watch": "vitest"
    },
    "dependencies": {
        "github-slugger": "^2.0.0",
        "htmlparser2": "^10.0.0",
        "marked": "^15.0.8"
    },
    "devDependencies": {
        "@eslint/compat": "^1.2.8",
        "@eslint/js": "^9.24.0",
        "@playwright/test": "^1.51.1",
        "@sveltejs/adapter-auto": "^6.0.0",
        "@sveltejs/kit": "^2.20.4",
        "@sveltejs/package": "^2.3.10",
        "@sveltejs/vite-plugin-svelte": "^5.0.3",
        "@testing-library/jest-dom": "^6.6.3",
        "@testing-library/svelte": "^5.2.7",
        "@testing-library/user-event": "^14.6.1",
        "@types/node": "^22.14.0",
        "@typescript-eslint/eslint-plugin": "^8.29.1",
        "@typescript-eslint/parser": "^8.29.1",
        "@vitest/coverage-v8": "^3.1.1",
        "eslint": "^9.24.0",
        "eslint-config-prettier": "^10.1.1",
        "eslint-plugin-import": "^2.31.0",
        "eslint-plugin-svelte": "^3.5.1",
        "eslint-plugin-unused-imports": "^4.1.4",
        "globals": "^16.0.0",
        "jsdom": "^26.0.0",
        "prettier": "^3.5.3",
        "prettier-plugin-organize-imports": "^4.1.0",
        "prettier-plugin-svelte": "^3.3.3",
        "prettier-plugin-tailwindcss": "^0.6.11",
        "publint": "^0.3.10",
        "svelte": "^5.25.8",
        "svelte-check": "^4.1.5",
        "typescript": "^5.8.3",
        "typescript-eslint": "^8.29.1",
        "vite": "^6.2.5",
        "vitest": "^3.1.1"
    },
    "peerDependencies": {
        "svelte": "^5.0.0"
    },
    "volta": {
        "node": "22.13.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "overrides": {
        "@sveltejs/kit": {
            "cookie": "^0.7.0"
        }
    },
    "tags": [
        "svelte",
        "markdown"
    ]
}
