{ "name": "create-vuepress-theme-plume", "type": "module", "version": "1.0.0-rc.143", "description": "The cli for create vuepress-theme-plume's project", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", "homepage": "https://theme-plume.vuejs.press/", "repository": { "type": "git", "url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git", "directory": "cli" }, "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "keywords": [ "VuePress", "theme", "plume", "cli" ], "bin": "./bin/index.js", "files": [ "bin", "lib", "templates" ], "scripts": { "build": "tsup" }, "dependencies": { "@clack/prompts": "catalog:prod", "@pengzhanbo/utils": "catalog:prod", "cac": "catalog:prod", "execa": "catalog:prod", "handlebars": "catalog:prod", "os-locale": "catalog:prod", "picocolors": "catalog:prod" }, "plume-deps": { "vuepress": "2.0.0-rc.21", "vue": "^3.5.13", "sass-embedded": "^1.86.3", "sass-loader": "^16.0.5", "http-server": "^14.1.1", "typescript": "^5.8.3" } }