{
  "name": "go",
  "version": "3.0.1",
  "description": "Create and use boilerplates with ease",
  "main": "index.js",
  "scripts": {
    "ci": "npm run lint:ci && npm run unit:ci",
    "coverage": "npm run unit; opn coverage/lcov-report/index.html",
    "lint": "standard -v | snazzy",
    "lint:ci": "standard",
    "prepublishOnly": "npm run test",
    "test": "npm run lint && npm run unit",
    "unit": "jest --coverage",
    "unit:ci": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "unit:watch": "jest --coverage --watchAll"
  },
  "engines": {
    "node": ">=6.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gocli/go.git"
  },
  "keywords": [
    "boilerplate",
    "automation",
    "template",
    "generator",
    "scaffold",
    "cli"
  ],
  "author": "Stanislav Termosa <termosa.stanislav@gmail.com> (https://github.com/termosa)",
  "license": "MIT",
  "files": [
    "bin",
    "go.js",
    "index.js"
  ],
  "bin": {
    "go": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/gocli/go/issues"
  },
  "homepage": "https://github.com/gocli/go#readme",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "jest": "^22.4.2",
    "opn-cli": "^3.1.0",
    "snazzy": "^7.1.1",
    "standard": "^11.0.0"
  },
  "dependencies": {
    "go-cli": "^1.0.0",
    "go-plugin-cli": "^2.0.0",
    "go-plugin-fs": "^1.0.2",
    "go-plugin-quiz": "^4.0.0",
    "go-plugin-templates": "^1.0.0"
  },
  "standard": {
    "globals": [
      "describe",
      "expect",
      "it",
      "jest"
    ]
  }
}
