UNPKG

@mdit-vue/types

Version:

Shared types definition of mdit-vue

46 lines (45 loc) 965 B
{ "name": "@mdit-vue/types", "version": "3.0.2", "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": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "tsdown", "clean": "rimraf ./dist" }, "devDependencies": { "tsdown": "^0.14.1" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "3b5332d09fbd927319bd8be3ba3b86b3d12d1ec8" }