{
  "name": "who-is-steven-ho",
  "version": "1.2.0",
  "description": "Who is Steven Ho?",
  "type": "module",
  "main": "index.js",
  "bin": {
    "who-is-steven-ho": "./index.js"
  },
  "keywords": [],
  "author": "Steven Ho",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.3.0",
    "inquirer": "^9.2.17"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}