{
  "name": "sequelize-log-syntax-colors",
  "version": "2.1.3-0",
  "description": "Colors for sequilize console output. Supporting basic MySQL syntax.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pomahtuk/sequilize-highlight.git"
  },
  "scripts": {
    "lint": "eslint ./src --ext .ts",
    "build": "npm run lint && npx tsc",
    "pre-publish": "npm run test && npm run build",
    "test": "FORCE_COLOR=1 jest"
  },
  "keywords": [
    "sql",
    "syntax",
    "sequilize",
    "logger",
    "highlight"
  ],
  "files": [
    "dist"
  ],
  "author": "pomahtuk",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "eslint": "^7.32.0",
    "jest": "^27.1.0",
    "prettier": "2.3.2",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "chalk": "^4.1.2"
  }
}
