mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-27 22:39:16 +08:00
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "@vant/area-data",
|
|
"version": "1.1.5",
|
|
"description": "Vant 省市区数据",
|
|
"main": "./lib/index.js",
|
|
"typings": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf ./lib && tsc",
|
|
"release": "pnpm build && npm publish",
|
|
"prepare": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youzan/vant.git",
|
|
"directory": "packages/vant-area-data"
|
|
},
|
|
"bugs": "https://github.com/youzan/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT"
|
|
}
|