{ "name": "paths-filter", "version": "1.0.0", "engines": { "node": ">= 24" }, "private": true, "description": "Execute your workflow steps only if relevant files are modified.", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", "pack": "ncc build -m --license licenses.txt", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run pack && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/actions/typescript-action.git" }, "keywords": [ "actions", "node", "setup" ], "author": "YourNameOrOrganization", "license": "MIT", "dependencies": { "@actions/core": "1.11.1", "@actions/exec": "1.1.1", "@actions/github": "6.0.1", "picomatch": "4.0.3" }, "devDependencies": { "@octokit/webhooks-types": "7.6.1", "@types/jest": "30.0.0", "@types/js-yaml": "4.0.9", "@types/node": "24.3.0", "@types/picomatch": "4.0.2", "@vercel/ncc": "0.38.3", "eslint-plugin-jest": "29.0.1", "jest": "30.0.5", "js-yaml": "4.1.0", "prettier": "3.6.2", "ts-jest": "29.4.1", "typescript": "5.9.2", "@typescript-eslint/utils": "8.40.0", "eslint-plugin-github": "^6.0.0", "eslint": "^9.33.0", "@typescript-eslint/eslint-plugin": "8.40.0", "@typescript-eslint/parser": "8.40.0" }, "overrides": { "eslint": "^9.33.0", "@typescript-eslint/eslint-plugin": "8.40.0", "@typescript-eslint/parser": "8.40.0" } }