{
  "name": "cmd-print-joey-smiley",
  "version": "1.0.0",
  "description": "Print a smiley + Joey Tribbiani's iconic catch phrase on the console.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "keywords": ["smiley", "print", "friends", "joey tribbiani", "joey", "how you doin'?"],
  "author": "Yellow-Fang",
  "license": "ISC",
  "bin": {
    "smiley": "smiley.js"
  }
}
