{ "name": "markmap-common", "version": "0.18.9", "description": "", "author": "", "license": "MIT", "scripts": { "clean": "del-cli dist tsconfig.tsbuildinfo", "build:types": "tsc", "build:js": "vite build", "build": "pnpm clean && pnpm /^build:/", "prepublishOnly": "pnpm build" }, "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "homepage": "https://github.com/markmap/markmap/packages/markmap-common#readme", "repository": { "type": "git", "url": "git+https://github.com/markmap/markmap.git" }, "bugs": { "url": "https://github.com/markmap/markmap/issues" }, "typings": "dist/index.d.ts", "dependencies": { "@babel/runtime": "^7.22.6", "@gera2ld/jsx-dom": "^2.2.2", "npm2url": "^0.2.4" }, "gitHead": "4247555f57017ffc9297e5e5e031c4119de3ebaf" }