diff --git a/package.json b/package.json index c33e1e1..50c384e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grunnverk/github-tools", - "version": "1.5.8", + "version": "1.5.9-dev.0", "description": "GitHub API utilities for automation - PR management, issue tracking, workflow monitoring", "main": "dist/index.js", "type": "module", @@ -25,7 +25,7 @@ "test": "rm -rf coverage && vitest run --coverage", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", - "clean": "rm -rf dist", + "clean": "rm -rf dist coverage", "precommit": "npm run lint && npm run build && npm run test", "prepublishOnly": "npm run clean && npm run lint && npm run build && npm run test" }, @@ -65,6 +65,7 @@ "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "@vitest/coverage-v8": "^4.0.13", + "ajv": "^8.18.0", "esbuild": "0.27.2", "eslint": "^9.33.0", "eslint-plugin-import": "^2.32.0",