mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "@vant/doc",
|
|
"version": "2.5.6",
|
|
"description": "vant document template",
|
|
"main": "./lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "webpack --progress --config ./build/webpack.config.js",
|
|
"release": "npm run build && npm publish"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-doc"
|
|
}
|