mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "@vant/area-data",
|
|
"version": "1.1.3",
|
|
"description": "Vant 省市区数据",
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"release": "pnpm build && npm publish",
|
|
"prepare": "pnpm build"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant"
|
|
}
|