Files
vant/packages/create-vant-cli-app/package.json
renovate[bot] d14d826509
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
chore(deps): update all patch dependencies (#13562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-19 17:25:38 +08:00

47 lines
1015 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.0",
"picocolors": "^1.1.1",
"rslog": "^1.2.9"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.16.5",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}