{
  "name": "vincci",
  "version": "1.1.4",
  "description": "Vincci is a NodeJs [TypeScript] library designed to allow users to display fancy tables in the terminal, with advanced row and column formatting, color support checks, and more.",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watchAll",
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "eslint .",
    "format": "prettier --write .",
    "lint:fix": "eslint . --fix"
  },
  "author": "mohammadreza hayati",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohammadrezahayati/vincci/issues"
  },
  "keywords": [
    "table",
    "debugger",
    "node_table",
    "helper",
    "vincci"
  ],
  "repository": "git+https://github.com/mohammadrezahayati/vincci.git",
  "homepage": "https://github.com/mohammadrezahayati/vincci#readme",
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@types/eslint__js": "^8.42.3",
    "eslint": "^9.8.0",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.4",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.0.1",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.1.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "ansi-styles": "^6.2.1",
    "chalk-animation": "^2.0.3",
    "color-convert": "^2.0.1",
    "supports-color": "^9.4.0",
    "gradient-string": "^2.0.2"
  }
}
