You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/html2md/package.json

23 lines
603 B
JSON

{
"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 <masnn0@outlook.com>",
"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"
}
}