Files
vant/packages/create-vant-cli-app/package.json
renovate[bot] 522a0f73f6
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
chore(deps): update all patch dependencies
2025-10-09 18:12: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.2",
"picocolors": "^1.1.1",
"rslog": "^1.2.11"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.9",
"rimraf": "^6.0.1",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}