UNPKG

@mdit-vue/types

Version:

Shared types definition of mdit-vue

47 lines (46 loc) 1 kB
{ "name": "@mdit-vue/types", "version": "2.1.0", "description": "Shared types definition of mdit-vue", "keywords": [ "markdown-it", "vue", "types" ], "homepage": "https://github.com/mdit-vue", "bugs": { "url": "https://github.com/mdit-vue/mdit-vue/issues" }, "repository": { "type": "git", "url": "git+https://github.com/mdit-vue/mdit-vue.git" }, "license": "MIT", "author": "meteorlxy <meteor.lxy@foxmail.com>", "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "unbuild" }, "publishConfig": { "access": "public" }, "gitHead": "1d481f8238b3b0d5687e62e009e57ccacfc4a442" }