Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 348 B
{
  "name": "mysql_bot_example",
  "version": "1.0.0",
  "description": "Test NodeJS application to connect to MySQL and make database queries.",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "mysql2": "^2.1.0",
    "readline-sync": "^1.4.10"
  }
}