{
  "name": "@ryunen344/danger-plugin-jacoco",
  "version": "0.0.6",
  "description": "Dnager JS plugin for jacoco",
  "author": "RyuNen344",
  "repository": "https://github.com/RyuNen344/danger-plugin-jacoco",
  "bugs": "https://github.com/RyuNen344/danger-plugin-jacoco/issues",
  "homepage": "https://github.com/RyuNen344/danger-plugin-jacoco#readme",
  "keywords": [
    "danger",
    "danger-plugin",
    "jacoco"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "engines": {
    "npm": "⚠️ plz use yarn instead ⚠️",
    "node": ">=18.16.1"
  },
  "packageManager": "yarn@3.6.1",
  "scripts": {
    "build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "build:dev": "ts-node -r tsconfig-paths/register ./src/index.ts",
    "test": "jest",
    "coverage": "jest --coverage",
    "predocs": "rm -rf docs/",
    "docs": "typedoc",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "format": "prettier --write 'src/**/*.{ts,tsx}'",
    "upgrade": "yarn up \"*\" \"@*/*\""
  },
  "jest": {
    "verbose": true,
    "moduleNameMapper": {
      "^@/(.+)$": "<rootDir>/src/$1"
    },
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "coverageDirectory": "coverage"
  },
  "devDependencies": {
    "@types/jest": "29.5.12",
    "@types/node": "18.16.1",
    "@typescript-eslint/eslint-plugin": "5.61.0",
    "@typescript-eslint/parser": "8.28.0",
    "danger": "11.3.1",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "jest": "29.7.0",
    "prettier": "3.2.5",
    "ts-jest": "29.3.0",
    "ts-node": "10.9.2",
    "tsc-alias": "1.8.8",
    "tsconfig-paths": "4.2.0",
    "typedoc": "0.25.13",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "fast-xml-parser": "^5.2.0",
    "tslog": "^4.0.0"
  }
}
