@ryunen344/danger-plugin-jacoco
Version:
Dnager JS plugin for jacoco
70 lines (69 loc) • 1.9 kB
JSON
{
"name": "@ryunen344/danger-plugin-jacoco",
"version": "0.0.7",
"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.8.7",
"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.14",
"@types/node": "18.19.86",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.28.0",
"danger": "^13.0.4",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"jest": "29.7.0",
"prettier": "3.5.3",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"tsc-alias": "1.8.15",
"tsconfig-paths": "4.2.0",
"typedoc": "0.28.2",
"typescript": "5.8.3"
},
"dependencies": {
"fast-xml-parser": "^5.2.0",
"tslog": "^4.0.0"
}
}