UNPKG

@sveltek/unplugins

Version:

Sveltek's Unified plugins for Markdown preprocessor.

73 lines (72 loc) 1.52 kB
{ "name": "@sveltek/unplugins", "version": "0.12.1", "author": "Sveltek", "description": "Sveltek's Unified plugins for Markdown preprocessor.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sveltek/markdown", "directory": "packages/unplugins" }, "homepage": "https://github.com/sveltek/markdown", "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "keywords": [ "sveltek", "svelte", "sveltekit", "svelte-markdown", "markdown", "plugins", "unified", "rehype", "remark" ], "scripts": { "build": "hyperbundler", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --write .", "publish:unplugins": "npm run build && npm publish" }, "peerDependencies": { "@sveltek/markdown": ">=0.10.0", "@types/node": ">=20.0.0", "shiki": ">=3.0.0", "typescript": ">=5.0.0" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, "typescript": { "optional": true }, "@sveltek/markdown": { "optional": true }, "shiki": { "optional": true } }, "dependencies": { "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3" }, "devDependencies": { "@sveltek/markdown": "workspace:*", "shiki": "^3.2.2" } }