UNPKG

@vuetronex/cli

Version:

Vuetronex CLI Utility

42 lines (41 loc) 826 B
{ "name": "@vuetronex/cli", "version": "0.1.1", "description": "Vuetronex CLI Utility", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Vuetronex", "CLI", "Vue", "Electron", "Router", "Knex", "Bookshelf", "Tailwind" ], "bin": { "vex": "./index.js" }, "author": "Kazi Mainuddin Ahmed", "repository": { "url": "https://github.com/vuetronex/cli" }, "license": "MIT", "dependencies": { "chalk": "^2.4.1", "clear": "^0.1.0", "commander": "^2.17.1", "configstore": "^4.0.0", "figlet": "^1.2.0", "hogan.js": "^3.0.2", "inquirer": "^6.2.0", "minimist": "^1.2.0", "pluralize": "^7.0.0", "cli-spinners": "^1.3.1", "ora": "^3.0.0" }, "devDependencies": {} }