UNPKG

@baaz/cli

Version:

This is the home of the DevKit and the Baaz Framework CLI code. You can find the Baaz Framework CLI specific README [here](/README.md).

68 lines (67 loc) 1.37 kB
{ "name": "@baaz/cli", "version": "1.1.2", "main": "src/index.js", "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cli": "bin/baaz", "baaz": "bin/baaz" }, "keywords": [ "react pwa", "react_pwa", "@react_pwa", "buildpack", "react", "pwa", "babel", "webpack", "buikit", "buikit-drivers", "@baaz/cli", "@baaz/adapter", "@baaz/babel-preset-adapter", "@baaz/buildpack", "react slick slider", "react webpack" ], "files": [ "bin/", "src/", "templates/" ], "author": "", "license": "ISC", "dependencies": { "arg": "^4.1.3", "chalk": "^4.1.0", "child_process": "^1.0.2", "clear": "^0.1.0", "command-line-usage": "^6.1.0", "esm": "^3.2.25", "execa": "^4.0.2", "figlet": "^1.4.0", "inquirer": "^7.2.0", "listr": "^0.14.3", "ncp": "^2.0.0", "path": "^0.12.7", "pkg-install": "^1.0.0", "rimraf": "^3.0.2", "shelljs": "^0.8.4" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/dominicg666/baaz-cli.git" }, "bugs": { "url": "https://github.com/dominicg666/baaz-cli/issues" }, "homepage": "https://github.com/dominicg666/baaz-cli#readme", "description": "" }