{
  "name": "nodebook.chapter-08",
  "bin": "examples/bin/time-sh.js",
  "private": true,
  "version": "1.0.0",
  "description": "Exemples de code du chapitre 8 du livre \"Node.js\" publié aux éditions Eyrolles.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "^10.0.0"
  },
  "author": "Thomas Parisot (https://oncletom.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oncletom/nodebook/issues"
  },
  "dependencies": {
    "ansi-escapes": "^3.1.0",
    "chalk": "^2.4.1",
    "faker": "^4.1.0",
    "inquirer": "^6.0.0",
    "minimist": "^1.2.0",
    "ora": "^2.1.0",
    "supports-color": "^5.4.0",
    "table": "^4.0.3",
    "update-check": "^1.5.2"
  }
}
