{
  "name": "sywac",
  "version": "1.3.0",
  "description": "So you want a CLI...",
  "main": "index.js",
  "files": [
    "*.js",
    "types/*.js",
    "lib/*.js"
  ],
  "scripts": {
    "pretest": "standard",
    "test": "tap",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sywac/sywac.git"
  },
  "keywords": [
    "cli",
    "parser",
    "command",
    "args",
    "argv"
  ],
  "author": "nexdrew",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sywac/sywac/issues"
  },
  "homepage": "http://sywac.io",
  "devDependencies": {
    "chalk": "^3.0.0",
    "coveralls": "^3.0.9",
    "del": "^5.1.0",
    "import-fresh": "^3.2.1",
    "standard": "^14.3.2",
    "tap": "^14.10.6"
  }
}
