{
  "name": "yesno",
  "version": "0.4.0",
  "description": "A simple library for asking boolean questions in cli programs",
  "main": "yesno.js",
  "types": "yesno.d.ts",
  "scripts": {
    "test": "tap test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tcql/node-yesno.git"
  },
  "keywords": [
    "cli",
    "confirm",
    "yesno",
    "yes or no",
    "prompt",
    "question"
  ],
  "author": "Tim Channell",
  "license": "BSD",
  "devDependencies": {
    "tap": "^16.3.0"
  },
  "dependencies": {}
}
