mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"name": "@vant/area-data",
|
|
"version": "1.1.1",
|
|
"description": "Vant 省市区数据",
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"release": "yarn build && npm publish"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant"
|
|
}
|