renovate[bot] a47077f2a9
chore(deps): update all patch dependencies (#12942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-21 17:27:04 +08:00

46 lines
984 B
JSON

{
"name": "create-vant-cli-app",
"version": "3.0.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": "vant-cli release",
"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.4",
"rimraf": "^5.0.9",
"typescript": "^5.4.5"
},
"dependencies": {
"rslog": "^1.2.2",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"enquirer": "2.4.1",
"picocolors": "^1.0.1"
}
}