{
  "name": "print-beauty",
  "version": "1.0.3",
  "description": "Let's you print with style!",
  "main": "./lib/index.js",
  "type": "module",
  "scripts": {
    "clean": "rm -rf node_modules package-lock.json && npm install",
    "build": "rm -rf lib && tsc",
    "format": "prettier -w \"src/**/*.ts\"",
    "lint": "eslint . --ext .ts"
  },
  "keywords": [
    "Print",
    "Logger",
    "Log",
    "Beautiful"
  ],
  "author": "royalfoxy",
  "license": "ISC",
  "files": [
    "./lib/**/*"
  ],
  "dependencies": {
    "chalk": "^5.0.1"
  },
  "devDependencies": {
    "@types/node": "^18.7.18",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "eslint": "^8.23.1",
    "prettier": "^2.7.1",
    "typescript": "^4.8.3"
  }
}
