56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "markmap-html-parser",
|
|
"version": "0.18.11",
|
|
"description": "Parse HTML into markmap data structure",
|
|
"author": "Gerald <gera2ld@live.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "del-cli dist tsconfig.tsbuildinfo",
|
|
"build:types": "tsc",
|
|
"build:js": "vite build",
|
|
"build": "pnpm clean && pnpm /^build:/",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"markdown",
|
|
"markmap",
|
|
"mindmap"
|
|
],
|
|
"homepage": "https://github.com/markmap/markmap/packages/markmap-html-parser#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/markmap/markmap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/markmap/markmap/issues"
|
|
},
|
|
"devDependencies": {
|
|
"markmap-common": "0.18.9"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.22.6",
|
|
"cheerio": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"markmap-common": "*"
|
|
},
|
|
"gitHead": "3b7043680377fc886f0f5d4fabea015c47df0c4e"
|
|
}
|