{
  "name": "hyochan-welcome",
  "version": "1.0.1",
  "description": "hyochan welcome console message.",
  "main": "index.js",
  "scripts": {
    "postinstall": "node bin/hello.js",
    "lint": "eslint -c .eslintrc.js bin"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hyochan/hyochan-welcome.git"
  },
  "bin": {
    "hyochan-welcome": "./bin/hello.js"
  },
  "keywords": [
    "hyochan"
  ],
  "author": "hyochan.dev@gmail.com",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^7.31.0",
    "prettier": "^2.3.2",
    "@dooboo/eslint-config": "^0.8.2"
  }
}
