{ "name": "@hydrooj/html2md", "version": "1.0.0", "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": { "hydrooj": "^2.12.22", "jsdom": "^16.4.0", "turndown": "^6.0.0" }, "devDependencies": { "@types/jsdom": "^16.2.3", "@types/turndown": "^5.0.0" }, "scripts": { "build": "tsc", "lint": "eslint . --ext ts --fix" } }