{
  "name": "@snyk/code-client",
  "description": "Typescript consumer of SnykCode public API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p ./",
    "prepare": "npm run build",
    "lint": "npm-run-all --serial --continue-on-error lint:*",
    "lint:src": "npx eslint 'src/**/*.ts'",
    "lint:tsc": "tsc --noEmit",
    "lint:formatting": "prettier --check '**/*.{js,ts,json,yaml,yml,md}'",
    "eslint:fix": "eslint --fix 'src/**/*.ts'",
    "format": "prettier --write '**/*.{js,ts,json,yaml,yml,md}'",
    "watch": "tsc -watch -p ./",
    "test": "jest --coverage --runInBand",
    "cli": "ts-node-cwd src/cli.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/code-client.git"
  },
  "keywords": [
    "snyk",
    "api client"
  ],
  "author": "snyk",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/snyk/code-client/issues"
  },
  "homepage": "https://github.com/snyk/code-client#readme",
  "engines": {
    "node": ">=20.17.0",
    "npm": "^11.12.1"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testTimeout": 50000,
    "verbose": true,
    "clearMocks": true,
    "collectCoverage": true,
    "coverageProvider": "v8",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "setupFilesAfterEnv": [
      "jest-extended/all"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/needle": "^3.3.0",
    "@types/node": "^20.19.39",
    "@types/write": "^2.0.1",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "commander": "^10.0.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^29.7.0",
    "jest-extended": "^4.0.2",
    "jsonschema": "^1.2.11",
    "nock": "^13.3.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.8.3",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "write": "^2.0.0"
  },
  "dependencies": {
    "@deepcode/dcignore": "^1.0.4",
    "@types/lodash.omit": "^4.5.7",
    "@types/lodash.union": "^4.6.7",
    "@types/sarif": "^2.1.6",
    "fast-glob": "^3.3.2",
    "lodash.omit": "^4.5.0",
    "lodash.union": "^4.6.0",
    "minimatch": "^10.2.5",
    "needle": "^3.5.0",
    "p-map": "^3.0.0",
    "uuid": "^11.1.0",
    "yaml": "^2.8.3"
  },
  "version": "4.26.2"
}
