UNPKG

kangaroo-cli

Version:
49 lines (48 loc) 1.03 kB
{ "name": "kangaroo-cli", "version": "0.0.2", "description": "A cli for webpack5 and vue2", "main": "index.js", "bin": { "ds-cli": "bin/ds-cli" }, "files": [ "bin", "lib", "readme.md" ], "repository": { "type": "git", "url": "git+https://github.com/Sihan-Tan/ds-cli.git" }, "homepage": "https://github.com/Sihan-Tan/ds-cli#readme", "gitRepo": "https://github.com/Sihan-Tan/vue-base.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">= 10.0.0" }, "keywords": [ "vue-cli", "vue/cli", "vue-base", "vue-templates", "vue-create" ], "author": "sihan-tan", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@darkobits/lolcatjs": "^3.1.3", "chalk": "^4.1.0", "commander": "^5.1.0", "download-git-repo": "^3.0.2", "figlet": "^1.4.0", "inquirer": "^7.1.0", "minimist": "^1.2.5", "ora": "^4.0.4", "shelljs": "^0.8.4", "slash": "^3.0.0" } }