{ "name": "create-vant-cli-app", "version": "2.2.1", "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": "^16.1.3", "rimraf": "^5.0.0", "typescript": "^5.0.4" }, "dependencies": { "consola": "^3.0.2", "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}" } } }