{
  "name": "@zaproxy/actions-common-scans",
  "version": "1.3.0",
  "description": "ZAP scan common code",
  "homepage": "https://github.com/zaproxy/actions-common/tree/master/packages/scans",
  "license": "Apache-2.0",
  "type": "module",
  "exports": "./dist/index.js",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint src/",
    "lint:fix": "eslint --fix src/",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:zaproxy/actions-common.git"
  },
  "keywords": [
    "GitHub",
    "Actions",
    "JavaScript",
    "ZAP",
    "zaproxy"
  ],
  "author": "ZAP Team",
  "bugs": {
    "url": "https://github.com/zaproxy/actions-common/issues"
  },
  "dependencies": {
    "@actions/artifact": "^2.1.11",
    "@babel/preset-env": "^7.24.4",
    "@octokit/core": "^6.1.2",
    "@octokit/plugin-request-log": "^5.3.1",
    "@octokit/plugin-retry": "^7.1.1",
    "@octokit/plugin-throttling": "^9.2.1",
    "@octokit/rest": "^21.0.0",
    "@octokit/types": "^13.4.1",
    "adm-zip": "^0.5.10",
    "babel-jest": "^29.7.0",
    "jest-os-detection": "^1.3.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.24.1",
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^14.0.0",
    "@tsconfig/node20": "^20.1.2",
    "@types/adm-zip": "^0.5.0",
    "@types/fetch-mock": "^7.3.8",
    "@types/jest": "^29.2.2",
    "@types/lodash": "^4.14.188",
    "@types/node": "^22.0.2",
    "@types/request": "^2.48.8",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^28.3.0",
    "eslint-plugin-jest-formatting": "^3.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "fetch-mock": "^11.1.5",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "semantic-release": "^24.0.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.0.4"
  }
}
