mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/auto-import-resolver",
 | |
|   "version": "1.2.1",
 | |
|   "description": "Vant auto import resolver based on unplugin-vue-components",
 | |
|   "main": "dist/index.cjs.js",
 | |
|   "module": "dist/index.esm.mjs",
 | |
|   "typings": "dist/index.d.ts",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "types": "./dist/index.d.ts",
 | |
|       "import": "./dist/index.esm.mjs",
 | |
|       "require": "./dist/index.cjs.js"
 | |
|     }
 | |
|   },
 | |
|   "sideEffects": false,
 | |
|   "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": "vant-cli release",
 | |
|     "prepare": "pnpm build"
 | |
|   },
 | |
|   "publishConfig": {
 | |
|     "access": "public",
 | |
|     "registry": "https://registry.npmjs.org/"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/vant-ui/vant.git",
 | |
|     "directory": "packages/vant-auto-import-resolver"
 | |
|   },
 | |
|   "homepage": "https://github.com/youzan/vant/blob/main/packages/vant-auto-import-resolver/README.md",
 | |
|   "bugs": "https://github.com/vant-ui/vant/issues",
 | |
|   "author": "chenjiahan",
 | |
|   "license": "MIT",
 | |
|   "devDependencies": {
 | |
|     "rimraf": "^6.0.1",
 | |
|     "typescript": "^5.6.3"
 | |
|   }
 | |
| }
 |