mhtml-to-html
Version:
JavaScript library for parsing MHTML files and converting them into single HTML files
20 lines • 396 B
JSON
{
"name": "@mhtml-to-html/mhtml-to-html",
"version": "2.1.0",
"exports": {
".": "./lib/mod-deno.js",
"./browser": "./lib/mod.js"
},
"imports": {
"@b-fuze/deno-dom": "jsr:@b-fuze/deno-dom@^0.1.56"
},
"tasks": {
"test": "deno test --no-check --allow-read --allow-write --allow-env test/"
},
"compilerOptions": {
"lib": [
"es2018",
"dom"
]
}
}