{
  "name": "interactive-cli",
  "version": "1.1.6",
  "description": "Making it easy to create interactive command line scripts in Node.js",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alizbazar/interactive-cli.git"
  },
  "author": "Albert Nazander <alizbazar@alizweb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alizbazar/interactive-cli/issues"
  },
  "homepage": "https://github.com/alizbazar/interactive-cli#readme",
  "dependencies": {
    "prompt": "^1.0.0"
  },
  "devDependencies": {
    "prettier": "^2.0.5"
  }
}
