{
  "name": "node-mysql-query-utils",
  "version": "1.0.7",
  "description": "A simple MySQL query utils for Node.js",
  "author": "John Tam <johntam718@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johntam718/node-mysql2-helper.git"
  },
  "homepage": "https://github.com/johntam718/node-mysql2-helper#readme",
  "keywords": [
    "mysql",
    "mysql2",
    "query",
    "utils",
    "node",
    "nodejs",
    "query-builder",
    "query-builder-mysql",
    "mysql-query-builder",
    "mysql-query-utils",
    "mysql-query-helper"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "main": "dist/index.js",
    "start": "tsx src/index.ts",
    "dev": "tsx watch test/index.ts",
    "dev:node14": "nodemon test/index.js",
    "pre:publish": "yarn run build",
    "publish": "npm publish",
    "build": "rm -rf dist && tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "loglevel": "^1.9.1",
    "mysql2": "^3.11.0"
  },
  "devDependencies": {
    "@types/node": "^22.4.1",
    "nodemon": "^3.1.4",
    "tsc-alias": "^1.8.10",
    "tsx": "3.12.7",
    "typescript": "^5.5.4"
  },
  "packageManager": "yarn@3.2.0"
}
