{
  "name": "11up",
  "description": "A quick start for 11ty sites",
  "keywords": ["Eleventy", "11ty", "SSG", "Jamstack", "Template", "Scaffold", "Util", "CLI"],
  "version": "0.3.8",
  "author": "Phil Hawksworth @philhawksworth",
  "license": "MIT",
  "main": "index.js",
  "bin": "index.js",
  "homepage": "https://github.com/philhawksworth/11up",
  "repository": {
    "type": "git",
    "url": "https://github.com/philhawksworth/11up"
  },
  "bugs": "https://github.com/philhawksworth/11up/issues",
  "dependencies": {
    "chalk": "^4.1.0",
    "fs-extra": "^9.0.1",
    "inquirer": "^7.3.3"
  }
}