mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
35 lines
835 B
JSON
35 lines
835 B
JSON
{
|
|
"name": "@vant/markdown-vetur",
|
|
"version": "2.3.0",
|
|
"description": "simple parse markdown to vue component description for vetur auto-completion",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"build": "rimraf ./lib && tsc",
|
|
"release": "pnpm build && npm publish",
|
|
"prepare": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youzan/vant.git",
|
|
"directory": "packages/vant-markdown-vetur"
|
|
},
|
|
"bugs": "https://github.com/youzan/vant/issues",
|
|
"author": "zhangshuai",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-glob": "^3.2.2",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13"
|
|
}
|
|
}
|