{ "name": "simple-mind-map", "version": "0.6.0", "description": "一个简单的web在线思维导图", "authors": [ { "name": "街角小林", "email": "1013335014@qq.com" }, { "name": "理想青年实验室", "url": "http://lxqnsys.com/" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wanglin2/mind-map" }, "scripts": { "lint": "eslint src/", "format": "prettier --write ." }, "module": "index.js", "__main": "./dist/simpleMindMap.umd.min.js", "dependencies": { "@svgdotjs/svg.js": "^3.0.16", "deepmerge": "^1.5.2", "eventemitter3": "^4.0.7", "html2canvas": "^1.4.1", "jspdf": "^2.5.1", "jszip": "^3.10.1", "mdast-util-from-markdown": "^1.3.0", "quill": "^1.3.6", "uuid": "^9.0.0", "xml-js": "^1.6.11" }, "keywords": [ "javascript", "svg", "mind-map", "mindMap", "MindMap" ], "devDependencies": { "eslint": "^8.25.0", "prettier": "^2.7.1" } }