{ "name": "@hydrooj/html2md", "version": "1.0.2", "description": "turn html into markdown", "main": "lib.js", "typings": "lib.d.ts", "repository": "https://github.com/hydro-dev/Hydro.git", "author": "undefined ", "license": "AGPL-3.0-only", "dependencies": { "turndown": "^6.0.0" }, "devDependencies": { "@types/turndown": "^5.0.0" }, "peerDependencies": { "hydrooj": "^2.12.22" }, "scripts": { "build": "tsc", "lint": "eslint . --ext ts --fix" } }