You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

{
"name": "markmap-autoloader",
"version": "0.15.0",
"description": "Load markmaps automatically in HTML",
"author": "Gerald <gera2ld@live.com>",
"license": "MIT",
"keywords": [
"markmap",
"markdown",
"mindmap"
],
"homepage": "https://github.com/markmap/markmap/packages/markmap-autoloader#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markmap/markmap.git"
},
"scripts": {
"dev": "rollup -wc",
"clean": "del-cli dist types",
"build:types": "tsc",
"build:js": "rollup -c"
},
"bugs": {
"url": "https://github.com/markmap/markmap/issues"
},
"main": "dist/index.js",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"files": [
"dist",
"types"
],
"peerDependencies": {
"markmap-common": "*"
},
"devDependencies": {
"markmap-common": "workspace:*",
"markmap-lib": "workspace:*",
"markmap-toolbar": "workspace:*",
"markmap-view": "workspace:*"
}
}