{
  "name": "@technote-space/filter-github-action",
  "version": "0.6.13",
  "description": "Helper to filter GitHub Action.",
  "keywords": [
    "github",
    "github actions"
  ],
  "homepage": "https://github.com/technote-space/filter-github-action",
  "bugs": {
    "url": "https://github.com/technote-space/filter-github-action/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/technote-space/filter-github-action.git"
  },
  "license": "MIT",
  "author": {
    "name": "Technote",
    "email": "technote.space@gmail.com",
    "url": "https://technote.space"
  },
  "type": "module",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --emitDeclarationOnly && rollup -c",
    "cover": "vitest run --coverage",
    "lint": "eslint 'src/**/*.ts' --cache",
    "lint:fix": "eslint --fix 'src/**/*.ts'",
    "test": "yarn lint && yarn typecheck && yarn cover",
    "typecheck": "tsc --noEmit",
    "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
  },
  "dependencies": {
    "@actions/core": "^1.10.0",
    "@actions/github": "^5.1.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.1",
    "@sindresorhus/tsconfig": "^3.0.1",
    "@technote-space/github-action-test-helper": "^0.11.15",
    "@types/node": "^20.2.4",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "@vitest/coverage-c8": "^0.31.1",
    "eslint": "^8.41.0",
    "eslint-plugin-import": "^2.27.5",
    "rollup": "^3.23.0",
    "typescript": "^5.0.4",
    "vitest": "^0.31.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
