UNPKG

data-screen-cil

Version:
52 lines (51 loc) 1.15 kB
{ "name": "data-screen-cil", "version": "1.2.2", "description": "用于数据大屏的项目初始化", "keywords": [ "cli", "vue-cil", "vue", "vue3", "react", "creat-react-app" ], "main": "dist/main.cjs", "type": "module", "bin": { "data-screen-cil": "dist/main.cjs" }, "files": [ "dist", "template" ], "scripts": { "dev": "node ./index.mjs", "build": "node ./bin/build.mjs" }, "repository": { "type": "git", "url": "https://github.com/ryan-jay-qiu/data-screen-cil.git" }, "author": { "name": "qiurunjie", "email": "run839169472@gmail.com", "url": "https://github.com/ryan-jay-qiu" }, "license": "MIT", "bugs": { "url": "https://github.com/ryan-jay-qiu/data-screen-cil/issues" }, "homepage": "https://github.com/ryan-jay-qiu/data-screen-cil#readme", "dependencies": { "chalk": "^5.1.2", "cross-spawn": "^7.0.3", "minimist": "^1.2.7", "ora": "^6.1.2", "prompts": "^2.4.2" }, "devDependencies": { "esbuild": "^0.18.16", "download-git-repo": "^3.0.2" } }