{
  "name": "@onurkenis/create-quick-app",
  "version": "2.1.1",
  "description": "A CLI to generate Huawei Quick Apps easily.",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onurkenis/create-quick-app.git"
  },
  "bin": {
    "@onurkenis/create-quick-app": "bin/create-quick-app",
    "create-quick-app": "bin/create-quick-app"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "huawei",
    "HMS",
    "QuickApp",
    "quick-app",
    "quick-app-cli",
    "quick-app-generator"
  ],
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "arg": "^4.1.3",
    "chalk": "^4.0.0",
    "esm": "^3.2.25",
    "inquirer": "^7.1.0",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "replace-in-file": "^5.0.2"
  }
}
