UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

103 lines (102 loc) 3.04 kB
{ "name": "mind-elixir", "version": "5.15.0", "type": "module", "description": "Mind elixir is a free open source mind map core.", "keywords": [ "mind-elixir", "mindmap", "dom", "visualization" ], "scripts": { "lint": "biome check --write --error-on-warnings src", "format": "biome format --write src", "dev": "vite", "build": "node build.js && tsc", "tsc": "tsc", "preview": "vite preview", "test": "playwright test", "test:ui": "playwright test --ui", "test:clean": "rimraf .nyc_output coverage", "test:coverage": "pnpm test:clean && pnpm test && pnpm nyc && npx http-server ./coverage", "nyc": "nyc report --reporter=html", "doc": "api-extractor run --local --verbose", "doc:md": "api-documenter markdown --input-folder ./api --output-folder ./md", "gen:members": "node gen-members.js", "beta": "npm run build && npm publish --tag beta" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/MindElixir.js" }, "./lite": { "import": "./dist/MindElixirLite.iife.js" }, "./example": { "types": "./dist/types/exampleData/1.d.ts", "import": "./dist/example.js" }, "./LayoutSsr": { "types": "./dist/types/utils/LayoutSsr.d.ts", "import": "./dist/LayoutSsr.js" }, "./readme.md": "./readme.md", "./package.json": "./package.json", "./style": "./dist/MindElixir.css", "./style.css": "./dist/MindElixir.css", "./plaintextConverter": { "types": "./dist/types/utils/plaintextConverter.d.ts", "import": "./dist/PlaintextConverter.js" }, "./i18n": { "types": "./dist/types/i18n.d.ts", "import": "./dist/i18n.js" } }, "main": "dist/MindElixir.js", "types": "dist/types/index.d.ts", "lint-staged": { "src/**/*.{ts,js,json}": [ "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true" ] }, "files": [ "package.json", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/SSShooter/mind-elixir-core.git" }, "homepage": "https://mind-elixir.com/", "author": "ssshooter", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.5.6", "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "@microsoft/api-documenter": "^7.26.34", "@microsoft/api-extractor": "^7.52.13", "@playwright/test": "^1.58.0", "@rollup/plugin-strip": "^3.0.4", "@types/node": "^24.5.2", "@viselect/vanilla": "3.9.0", "@zumer/snapdom": "^1.9.11", "baseline-browser-mapping": "^2.10.21", "browserslist": "^4.28.7", "husky": "^9.1.7", "katex": "^0.16.22", "lightningcss": "^1.33.0", "lint-staged": "^16.2.1", "marked": "^16.3.0", "nyc": "^17.1.0", "rimraf": "^6.0.1", "simple-markdown-to-html": "^1.0.0", "typescript": "^7.0.2", "typescript-5": "npm:typescript@^5.9.3", "vite": "^7.1.7", "vite-plugin-istanbul": "^7.2.0" } }