{
  "name": "@akshaysingla90/my-app-cli",
  "version": "1.0.1",
  "description": "A CLI to scaffold an Node.js application",
  "main": "src/index.js",
  "bin": {
    "create-my-app": "bin/index.js",
    "my-app": "bin/command.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "create-project"
  ],
  "author": {
    "name": "Akshay Singla",
    "email": "akshaysingla0010@gmail.com",
    "url": "http://akshaysingla.com"
  },
  "license": "MIT",
  "dependencies": {
    "arg": "^4.1.0",
    "chalk": "^2.4.2",
    "commander": "^5.1.0",
    "covgen": "^3.1.4",
    "esm": "^3.2.18",
    "execa": "^1.0.0",
    "gitignore": "^0.6.0",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^0.2.0",
    "prompts": "^2.3.2",
    "shelljs": "^0.8.4",
    "spdx-license-list": "^5.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "templates/"
  ]
}
