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.

55 lines
1.2 KiB

{
"name": "markmap-view",
"version": "0.15.0",
"description": "View markmaps in browser",
"author": "Gerald <gera2ld@live.com>",
"license": "MIT",
"keywords": [
"markmap",
"markdown",
"mindmap"
],
"homepage": "https://github.com/markmap/markmap/packages/markmap-view#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:js": "rollup -c",
"build:types": "tsc"
},
"bugs": {
"url": "https://github.com/markmap/markmap/issues"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/browser/index.js",
"jsdelivr": "dist/browser/index.js",
"files": [
"dist",
"types"
],
"typings": "types/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.22.6",
"@gera2ld/jsx-dom": "^2.2.2",
"@types/d3": "^7.4.0",
"d3": "^7.8.5",
"d3-flextree": "^2.1.2"
},
"devDependencies": {
"@types/d3-flextree": "^2.1.1",
"markmap-common": "workspace:*"
},
"peerDependencies": {
"markmap-common": "*"
}
}