{
  "name": "doogu",
  "description": "A wrapper around modern JavaScript tools",
  "version": "4.2.1",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": "Beni Arisandi (https://stilearning.com)",
  "repository": "https://github.com/bent10/doogu",
  "keywords": [
    "javascript",
    "typescript",
    "lint",
    "linter",
    "eslint",
    "build",
    "watch",
    "test",
    "coverage",
    "development",
    "cli",
    "vite",
    "vitest",
    "doogu"
  ],
  "type": "module",
  "exports": {
    "./*.js": {
      "import": "./*.js",
      "require": "./*.cjs",
      "types": "./types/index.d.ts"
    }
  },
  "files": [
    "types",
    "changelog.md",
    "eslint.config.js",
    "license",
    "prettier.config.js",
    "readme.md",
    "release.config.cjs",
    "release.config.js"
  ],
  "scripts": {
    "test": "eslint ."
  },
  "dependencies": {
    "@eslint/js": "^9.17.0",
    "@tsconfig/node16": "^16.1.3",
    "@types/eslint__js": "^9.0.0",
    "@types/node": "^22.10.3",
    "@vitest/coverage-v8": "^2.1.8",
    "@vitest/ui": "^2.1.8",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^10.0.0",
    "prettier": "^3.4.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.19.0",
    "vite": "^7.0.0",
    "vitest": "^2.1.8"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "prettier": "./prettier.config.js"
}
