{
  "name": "gmaker",
  "version": "2.1.1",
  "description": "一键打造静态网站",
  "main": "index.js",
  "scripts": {
    "start": "node boot.js",
    "build": "parcel build index.html --no-content-hash --no-source-maps --out-dir out"
  },
  "bin": {
    "gmaker": "./bin/cli.js"
  },
  "keywords": [
    "Blog",
    "Static server",
    "Cli",
    "Github Pages"
  ],
  "author": "blueni",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/blueni/gmaker"
  },
  "dependencies": {
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "inquirer": "^7.0.0",
    "parcel-bundler": "^1.12.4",
    "simple-git": "^1.126.0"
  }
}
