Files
vant/packages/create-vant-cli-app/package.json
renovate[bot] 557c503ebe chore(deps): update dependency @types/node to ^22.18.1 (#13619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-13 18:25:08 +00:00

47 lines
1016 B
JSON

{
"name": "create-vant-cli-app",
"version": "3.0.0",
"description": "Create Vant CLI App",
"keywords": [
"vant"
],
"bugs": "https://github.com/vant-ui/vant/issues",
"repository": {
"type": "git",
"url": "https://github.com/vant-ui/vant.git",
"directory": "packages/create-vant-cli-app"
},
"license": "MIT",
"author": "chenjiahan",
"main": "lib/index.js",
"bin": {
"create-vant-cli-app": "./lib/index.js"
},
"files": [
"lib",
"generators"
],
"scripts": {
"build": "rimraf ./lib && tsc",
"dev": "tsc --watch",
"prepare": "pnpm build",
"release": "vant-cli release"
},
"dependencies": {
"enquirer": "2.4.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.1",
"picocolors": "^1.1.1",
"rslog": "^1.2.11"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.3",
"rimraf": "^6.0.1",
"typescript": "^5.9.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}