{
  "name": "snyk-prevent-gh-commit-status",
  "description": "snyk-prevent-gh-commit-status",
  "main": "dist/index.js",
  "bin": {
    "snyk-prevent-gh-commit-status": "dist/index.js"
  },
  "scripts": {
    "format:check": "prettier --check '{''{lib}/!(fixtures)/**/*,*}.{js,ts,json,yml}'",
    "format": "prettier --write '{''{lib}/!(fixtures)/**/*,*}.{js,ts,json,yml}'",
    "lint": "npm run format:check && npm run lint:eslint",
    "lint:eslint": "eslint --cache '{lib,test}/**/*.ts'",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest",
    "test:coverage": "npm run test:unit -- --coverage",
    "test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build",
    "snyk-test": "snyk test",
    "pkg-binaries": "npx pkg . -t node16-linux-x64,node16-macos-x64,node16-win-x64 --out-path ./dist/binaries"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk-tech-services/snyk-prevent-gh-commit-status"
  },
  "author": "Snyk Tech Services",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/snyk-tech-services/snyk-prevent-gh-commit-status#readme",
  "dependencies": {
    "@snyk/configstore": "^3.2.0-rc1",
    "@types/node": "^20.3.2",
    "axios": "^0.27.2",
    "debug": "^4.1.1",
    "lodash": "^4.17.21",
    "snyk-config": "^4.0.0",
    "snyk-delta": "^1.10.0",
    "source-map-support": "^0.5.16",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@semantic-release/exec": "^6.0.3",
    "@types/jest": "^29.5.2",
    "@types/lodash": "4.14.182",
    "@types/node": "^12.12.31",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "jest": "^29.5.0",
    "nock": "^13.0.2",
    "pkg": "^5.8.1",
    "prettier": "^1.19.1",
    "semantic-release": "^19.0.5",
    "snyk": "^1.760.0",
    "ts-jest": "^29.1.1",
    "ts-node": "8.6.2",
    "tsc-watch": "^4.1.0",
    "typescript": "^5.1.6"
  },
  "pkg": {
    "scripts": [
      "dist/**/*.js"
    ]
  },
  "version": "2.2.1"
}
