mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-23 20:59:14 +08:00
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "@vant/cli",
|
|
"version": "0.1.1",
|
|
"description": "vant cli tools",
|
|
"main": "./src/index.js",
|
|
"bin": {
|
|
"vant": "./src/index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-cli",
|
|
"dependencies": {
|
|
"commander": "^2.17.1",
|
|
"shelljs": "^0.8.2"
|
|
}
|
|
}
|