{
  "name": "snyk-docker-plugin",
  "description": "Snyk CLI docker plugin",
  "author": "snyk.io",
  "license": "Apache-2.0",
  "homepage": "https://github.com/snyk/snyk-docker-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-docker-plugin"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "debug": "tsc-watch --project tsconfig.json --onSuccess 'node --inspect --inspect-brk .'",
    "lint": "run-p --max-parallel=${JOBS:-5} --aggregate-output lint:*",
    "lint:prettier": "prettier --check \"{lib,test}/**/*.ts\"",
    "lint:tslint": "tslint --format stylish \"{lib,test}/**/*.ts\"",
    "lint:commit": "commitlint --from=HEAD~1",
    "format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
    "test": "npm run test-jest",
    "test:unit": "jest --ci --maxWorkers=3 --logHeapUsage --colors --testPathPattern='test/(lib|unit)/'",
    "test:system": "jest --ci --maxWorkers=3 --logHeapUsage --colors --testPathPattern='test/system/'",
    "test-jest": "jest --ci --maxWorkers=3 --logHeapUsage --colors",
    "test-jest-windows": "jest --ci --maxWorkers=3 --config test/windows/jest.config.js --logHeapUsage",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=20.19"
  },
  "dependencies": {
    "@snyk/composer-lockfile-parser": "^1.4.1",
    "@snyk/dep-graph": "^2.12.1",
    "@snyk/docker-registry-v2-client": "^2.24.2",
    "@snyk/rpm-parser": "^3.4.1",
    "@snyk/snyk-docker-pull": "^3.15.1",
    "@swimlane/docker-reference": "^2.0.1",
    "adm-zip": "^0.5.17",
    "chalk": "^2.4.2",
    "debug": "^4.4.3",
    "docker-modem": "^3.0.8",
    "dockerfile-ast": "^0.7.1",
    "elfy": "^1.0.0",
    "event-loop-spinner": "^2.3.2",
    "fzstd": "^0.1.1",
    "gunzip-maybe": "^1.4.2",
    "minimatch": "^9.0.0",
    "packageurl-js": "1.2.0",
    "semver": "^7.7.3",
    "shescape": "^2.1.7",
    "snyk-nodejs-lockfile-parser": "^2.7.0",
    "snyk-poetry-lockfile-parser": "1.9.1",
    "snyk-resolve-deps": "^4.9.1",
    "tar-stream": "^2.2.0",
    "tslib": "^1",
    "varint": "^6.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@mongodb-js/zstd": "^2.0.1",
    "@semantic-release/exec": "^6.0.3",
    "semantic-release": "^23.1.1",
    "@types/adm-zip": "^0.4.34",
    "@types/debug": "^4.1.5",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.19.1",
    "@types/tar-stream": "^1.6.1",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.2.1",
    "tsc-watch": "^4.2.8",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "~5.4.2"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/exec",
        {
          "prepareCmd": "./scripts/update-version.sh ${nextRelease.version}"
        }
      ],
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "version": "9.6.5"
}
