UNPKG

microui-cli

Version:

Publish your reusable web component to microuihub.com by MicroUI CLI. This package is for setting up developer project to publish.

50 lines (49 loc) 1.15 kB
{ "name": "microui-cli", "version": "1.0.2", "keywords": [ "webcomponent", "javascript", "frontend", "cli", "microui", "microuihub", "microui-cli", "cli", "reusable" ], "main": "index.js", "scripts": { "publish": "npm publish", "test": "./node_modules/.bin/mocha --reporter spec" }, "repository": { "url": "https://github.com/Micro-UI-Hub/microui-cli.git" }, "author": "Santanu Kumar<sanmeranam@gmail.com>", "license": "ISC", "dependencies": { "archiver": "^3.1.1", "cli-progress": "^3.4.0", "download-git-repo": "^3.0.2", "fs-extra": "^8.1.0", "glob": "^7.1.6", "inquirer": "^7.0.0", "jsonschema": "^1.2.4", "mime": "^2.4.4", "ncp": "^2.0.0", "promise": "^8.0.3", "request": "^2.88.0", "rimraf": "^3.0.0", "sonarqube-scanner": "^2.5.0", "tmp": "^0.1.0" }, "bin": { "microui": "index.js" }, "devDependencies": { "mocha": "6.2.2", "chai": "4.2.0" }, "description": "Publish your reusable web component to microuihub.com by MicroUI CLI. This package is for setting up developer project to publish." }