{
  "name": "@iarna/cli",
  "version": "1.2.0",
  "description": "Some simple CLI scaffolding for promise returning applications.",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  "license": "ISC",
  "dependencies": {
    "signal-exit": "^3.0.2",
    "update-notifier": "^2.2.0",
    "yargs": "^8.0.2"
  },
  "files": [
    "app.js"
  ],
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/cli.git"
  },
  "bugs": {
    "url": "https://github.com/iarna/cli/issues"
  },
  "homepage": "https://github.com/iarna/cli#readme"
}
