test02/node_modules/@mdit-vue/shared/package.json
罗佳鸿 6aa1ebe342
Some checks are pending
部署文档 / deploy-gh-pages (push) Waiting to run
first commit
2024-08-13 10:11:19 +08:00

53 lines
1.1 KiB
JSON

{
"name": "@mdit-vue/shared",
"version": "2.1.3",
"description": "Shared utils and types of mdit-vue",
"keywords": [
"markdown-it",
"vue",
"utils"
],
"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",
"test": "vitest"
},
"dependencies": {
"@mdit-vue/types": "2.1.0",
"@types/markdown-it": "^14.1.1",
"markdown-it": "^14.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0b0ff6922bba2627dad6b9cf0e4249f0a9ecbe15"
}