mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
21 lines
505 B
JSON
21 lines
505 B
JSON
{
|
|
"name": "@vant/markdown-vetur",
|
|
"version": "1.1.0",
|
|
"description": "simple parse markdown to vue component description for vetur auto-completion",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-vetur",
|
|
"author": "zhangshuai",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"build": "tsc",
|
|
"release": "npm run build && npm publish"
|
|
}
|
|
}
|