UNPKG

@oiij/markdown-it

Version:

A Vue Composable for markdown-it

56 lines 1.22 kB
{ "name": "@oiij/markdown-it", "type": "module", "version": "0.0.5", "description": "A Vue Composable for markdown-it", "author": "oiij", "license": "MIT", "homepage": "https://github.com/oiij/use", "repository": { "type": "git", "url": "git@github.com:oiij/use.git" }, "bugs": "https://github.com/oiij/use/issues", "keywords": [ "@oiij/use", "markdown-it" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "LICENSE", "README.md", "dist", "package.json" ], "peerDependencies": { "@vueuse/core": "^13.7.0", "dompurify": "^3.2.6", "markdown-it": "^14.1.0", "vue": "^3.5.18" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@vueuse/core": "^13.7.0", "dompurify": "^3.2.6", "markdown-it": "^14.1.0", "vue": "^3.5.18" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "tsdown --watch", "build": "tsc --noEmit && tsdown", "bumpp": "bumpp --no-push" } }