UNPKG

eslint-formatter-gha

Version:
60 lines (59 loc) 1.94 kB
{ "name": "eslint-formatter-gha", "version": "1.5.2", "description": "ESLint formatter for GitHub Actions", "main": "dist/src/index.js", "types": "./dist/src/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint .", "typecheck": "tsc --noEmit", "prepack": "npm run build", "test": "node --require=ts-node/register/transpile-only --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-gha --test-reporter-destination=stdout test/*.ts", "test:coverage": "c8 node --require=ts-node/register/transpile-only --test test/*.ts", "test:sonarqube": "c8 node --require=ts-node/register/transpile-only --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-sonarqube --test-reporter-destination=test-report.xml --test test/*.ts" }, "keywords": [ "eslint", "formatter", "eslint formatter", "eslint-formatter", "eslintformatter", "matcher", "GitHub Actions", "actions", "github" ], "files": [ "dist/src/*.js", "dist/src/*.d.ts", "dist/src/*.js.map" ], "author": "Volodymyr Kolesnykov <volodymyr@wildwolf.name> (https://wildwolf.name/)", "license": "MIT", "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.26.0", "@types/eslint": "^9.0.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "node-reporter-gha": "^2.0.1", "node-reporter-sonarqube": "^1.0.1", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "eslint-formatter-json": "^8.40.0", "eslint-formatter-stylish": "^8.40.0" }, "repository": { "type": "git", "url": "git+https://github.com/sjinks/eslint-gha-formatter.git" }, "bugs": { "url": "https://github.com/sjinks/eslint-gha-formatter/issues" }, "homepage": "https://github.com/sjinks/eslint-gha-formatter#readme", "publishConfig": { "provenance": true } }