mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "create-vant-cli-app",
 | |
|   "version": "2.2.0",
 | |
|   "description": "Create Vant CLI App",
 | |
|   "main": "lib/index.js",
 | |
|   "bin": {
 | |
|     "create-vant-cli-app": "./lib/index.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "dev": "tsc --watch",
 | |
|     "build": "rimraf ./lib && tsc",
 | |
|     "release": "pnpm build & release-it",
 | |
|     "prepare": "pnpm build"
 | |
|   },
 | |
|   "files": [
 | |
|     "lib",
 | |
|     "generators"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "vant"
 | |
|   ],
 | |
|   "publishConfig": {
 | |
|     "registry": "https://registry.npmjs.org/"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/vant-ui/vant.git",
 | |
|     "directory": "packages/create-vant-cli-app"
 | |
|   },
 | |
|   "bugs": "https://github.com/vant-ui/vant/issues",
 | |
|   "author": "chenjiahan",
 | |
|   "license": "MIT",
 | |
|   "devDependencies": {
 | |
|     "@types/fs-extra": "^11.0.1",
 | |
|     "release-it": "^15.4.1",
 | |
|     "rimraf": "^4.0.4",
 | |
|     "typescript": "^5.0.2"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "consola": "^2.11.3",
 | |
|     "fast-glob": "^3.2.11",
 | |
|     "fs-extra": "^11.1.0",
 | |
|     "enquirer": "2.3.6",
 | |
|     "picocolors": "^1.0.0"
 | |
|   },
 | |
|   "release-it": {
 | |
|     "git": {
 | |
|       "tag": false,
 | |
|       "commitMessage": "release: create-vant-cli-app v${version}"
 | |
|     }
 | |
|   }
 | |
| }
 |