mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "@vant/area-data",
|
|
"version": "1.1.3",
|
|
"description": "Vant 省市区数据",
|
|
"main": "./lib/index.js",
|
|
"typings": "./lib/index.d.ts",
|
|
"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"
|
|
}
|