UNPKG

create-vfk

Version:

versiwfekit 前端工具集 cli 工具,一键配置

47 lines (46 loc) 972 B
{ "name": "create-vfk", "version": "1.0.2", "description": "versiwfekit 前端工具集 cli 工具,一键配置", "author": "versiw", "license": "MIT", "type": "module", "files": [ "dist" ], "main": "dist/index.cjs", "module": "dist/index.mjs", "bin": { "vfk": "./dist/index.cjs" }, "scripts": { "build": "unbuild" }, "keywords": [ "versiw", "versiwfekit", "vfk", "create-vfk", "config", "prettier", "prettier-config", "verify-commit", "commit message" ], "homepage": "https://github.com/versiw/versiwfekit#readme", "repository": { "type": "git", "url": "git+https://github.com/versiw/versiwfekit" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@clack/prompts": "^0.10.0", "@types/cross-spawn": "^6.0.6", "commander": "^13.1.0", "cross-spawn": "^7.0.6", "unbuild": "^3.5.0" } }