{
    "name": "mfm-marked-extension",
    "version": "1.0.0-alpha.1",
    "author": {
        "name": "HotoRas",
        "email": "hotoras03@gmail.com",
        "url": "https://hotoras.kr"
    },
    "private": false,
    "type": "module",
    "main": "./built/index.js",
    "types": "./built/index.d.ts",
    "man": "./README.md",
    "exports": {
        ".": {
            "import": {
                "types": "./built/index.d.ts",
                "default": "./built/index.js"
            },
            "default": {
                "types": "./built/index.d.ts",
                "default": "./built/index.js"
            }
        },
        "./package.json": "./package.json"
    },
    "keywords": [
        "markdown",
        "markup",
        "html",
        "mfm"
    ],
    "tags": [
        "markdown",
        "markup",
        "html",
        "mfm"
    ],
    "description": "An MFM (Misskey-Flavored Markup) extension for marked",
    "scripts": {
        "tsc": "tsc --build",
        "build": "tsc --build && node ./scripts/build.mjs",
        "clean": "tsc --build --clean"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/HotoRas/mfm-marked-extension.git"
    },
    "license": "MIT",
    "devDependencies": {
        "@microsoft/api-extractor": "^7",
        "@types/jest": "29.5",
        "@types/node": "^22",
        "@typescript-eslint/eslint-plugin": "8",
        "@typescript-eslint/parser": "8",
        "eslint": "8",
        "jest": "29.7.0",
        "ts-jest": "^29",
        "ts-node": "10.9.2",
        "tsd": "0.30",
        "typescript": "5.7"
    },
    "dependencies": {
        "marked": "^15"
    },
    "files": [
        "built",
        "CHANGELOG.md"
    ]
}