{
    "name": "joplin-plugin-copy-as-html",
    "version": "1.6.2",
    "scripts": {
        "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
        "prepare": "npm run dist",
        "updateVersion": "webpack --env joplin-plugin-config=updateVersion",
        "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
        "lint": "eslint --ext .ts src/",
        "lint:fix": "eslint --ext .ts src/ --fix",
        "format": "prettier --write \"src/**/*.ts\"",
        "test": "jest"
    },
    "license": "MIT",
    "keywords": [
        "joplin-plugin"
    ],
    "files": [
        "publish"
    ],
    "devDependencies": {
        "@babel/core": "^7.29.0",
        "@babel/preset-env": "^7.29.5",
        "@eslint/eslintrc": "^3.3.5",
        "@eslint/js": "^10.0.1",
        "@types/dompurify": "^3.2.0",
        "@types/jest": "^30.0.0",
        "@types/jsdom": "^27.0.0",
        "@types/mdast": "^4.0.4",
        "@types/node": "^25.6.0",
        "@typescript-eslint/eslint-plugin": "^8.59.2",
        "@typescript-eslint/parser": "^8.59.2",
        "babel-jest": "^30.2.0",
        "baseline-browser-mapping": "^2.9.6",
        "chalk": "^4.1.0",
        "copy-webpack-plugin": "^14.0.0",
        "eslint": "^10.3.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-import-x": "^4.16.2",
        "eslint-plugin-prettier": "^5.5.5",
        "fs-extra": "^11.3.2",
        "glob": "^8.0.3",
        "jest": "^30.3.0",
        "jest-environment-jsdom": "^30.2.0",
        "jsdom": "^27.3.0",
        "prettier": "^3.8.3",
        "tar": "^7.5.7",
        "ts-jest": "^29.4.6",
        "ts-loader": "^9.5.7",
        "typescript": "^6.0.3",
        "webpack": "^5.103.0",
        "webpack-cli": "^6.0.1"
    },
    "dependencies": {
        "dompurify": "^3.4.2",
        "node-emoji": "^2.2.0",
        "remark-emoji": "^5.0.2",
        "remark-flexible-markers": "^1.3.4",
        "remark-gfm": "^4.0.1",
        "remark-ins": "^1.2.4",
        "remark-parse": "^11.0.0",
        "remark-supersub": "^1.0.0",
        "string-width": "^8.1.0",
        "unified": "^11.0.5"
    }
}
