mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-03 04:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@vant/area-data",
 | 
						|
  "version": "1.3.0",
 | 
						|
  "description": "Vant 省市区数据",
 | 
						|
  "main": "dist/index.cjs.js",
 | 
						|
  "module": "dist/index.esm.mjs",
 | 
						|
  "types": "dist/index.d.ts",
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "clean": "rimraf ./dist",
 | 
						|
    "dev": "node ./build.js -w",
 | 
						|
    "build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
 | 
						|
    "build:bundle": "node ./build.js",
 | 
						|
    "build": "pnpm clean && pnpm build:bundle && pnpm build:types",
 | 
						|
    "release": "pnpm build && release-it",
 | 
						|
    "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",
 | 
						|
  "devDependencies": {
 | 
						|
    "esbuild": "^0.14.29",
 | 
						|
    "release-it": "^14.2.2",
 | 
						|
    "typescript": "~4.5.2"
 | 
						|
  },
 | 
						|
  "release-it": {
 | 
						|
    "git": {
 | 
						|
      "tag": false,
 | 
						|
      "commitMessage": "release: @vant/area-data ${version}"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |