{
  "name": "mysql-cli-by-mino-randy",
  "version": "1.0.0",
  "type": "module",
  "description": "this cli provides you to create a template-project with nodejs && mysql",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "template-mysql-cli": "./index.js"
  },
  "keywords": [
    "mysql",
    "template",
    "cli"
  ],
  "author": "mino-randy",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1"
  },
  "dependencies": {
    "@babel/core": "^7.18.6",
    "inquirer": "^9.0.0",
    "prettier": "^2.7.1"
  }
}
