{
  "name": "create-alvin-express-app",
  "bin": {
    "create-alvin-express-app": "bin/index.js"
  },
  "version": "1.0.4",
  "description": "",
  "author": "Alvin Nguyen <alvinnguyen116@gmail.com>",
  "keywords": [],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/alvinnguyen116/create-alvin-express-app.git"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "express": "^4.17.1",
    "shelljs": "^0.8.3"
  }
}