mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "create-vant-cli-app",
 | |
|   "version": "0.1.3",
 | |
|   "description": "Create Vant Cli App",
 | |
|   "main": "lib/index.js",
 | |
|   "bin": {
 | |
|     "create-vant-cli-app": "./lib/index.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "dev": "tsc --watch",
 | |
|     "release": "tsc & release-it"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/youzan/vant/tree/dev/packages/create-vant-cli-app"
 | |
|   },
 | |
|   "files": [
 | |
|     "lib",
 | |
|     "generators"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "vant"
 | |
|   ],
 | |
|   "author": "chenjiahan",
 | |
|   "license": "MIT",
 | |
|   "devDependencies": {
 | |
|     "@types/fs-extra": "^8.1.0",
 | |
|     "@types/yeoman-environment": "^2.3.3",
 | |
|     "@types/yeoman-generator": "^3.1.4",
 | |
|     "release-it": "^13.0.0",
 | |
|     "typescript": "^3.8.3"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "chalk": "^3.0.0",
 | |
|     "consola": "^2.11.3",
 | |
|     "fs-extra": "^8.1.0",
 | |
|     "inquirer": "^7.0.6",
 | |
|     "yeoman-environment": "^2.8.0",
 | |
|     "yeoman-generator": "^4.6.0"
 | |
|   },
 | |
|   "release-it": {
 | |
|     "git": {
 | |
|       "tag": false,
 | |
|       "commitMessage": "chore: release create-vant-cli-app@${version}"
 | |
|     }
 | |
|   }
 | |
| }
 |