@plait/mind
Version:
Implementation of the core logic of the mind map plugin.
29 lines • 564 B
JSON
{
"name": "@plait/mind",
"version": "0.87.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
},
"license": "MIT",
"repository": "https://github.com/worktile/plait",
"keywords": [
"mind",
"mind map",
"whiteboard",
"logic",
"indent"
],
"module": "fesm2022/plait-mind.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/plait-mind.mjs"
}
},
"sideEffects": false
}