{
  "name": "create-express-template",
  "version": "1.1.0",
  "description": "Create an express app template with various options",
  "bin": {
    "create-express-template": "src/cli.js"
  },
  "scripts": {
    "test": "ava"
  },
  "author": "Govind S",
  "license": "MIT",
  "homepage": "https://github.com/dopecodez/create-express-template#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/dopecodez/create-express-template"
  },
  "files": [
    "src"
  ],
  "keywords": [
    "cli-app",
    "cli",
    "npx",
    "express",
    "create",
    "template",
    "generator",
    "inversify",
    "inversion-of-control",
    "typeorm",
    "sequelize"
  ],
  "dependencies": {
    "edit-json-file": "^1.4.1",
    "execa": "^4.0.3",
    "inquirer": "^7.3.3",
    "log-symbols": "^3.0.0",
    "meow": "^6.0.0"
  },
  "devDependencies": {
    "eslint": "^7.7.0",
    "ava": "^3.8.2"
  },
  "ava": {
    "files": [
      "test/*"
    ],
    "timeout": "1m"
  }
}
