{
  "name": "snyk-go-plugin",
  "description": "Snyk CLI Golang plugin",
  "homepage": "https://github.com/snyk/snyk-go-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-go-plugin"
  },
  "engines": {
    "node": ">=20"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "lint": "eslint --color --cache '{lib,test}/**/*.{js,ts}' && prettier --check '{lib,test}/**/*.{js,ts}'",
    "prepare": "npm run build",
    "format": "prettier --write '{lib,test}/**/*.{js,ts,json}'",
    "test-functional": "tap --allow-incomplete-coverage ./test/*.test.ts",
    "test-system": "tap --timeout=300 --allow-incomplete-coverage --allow-empty-coverage ./test/system/*.test.ts",
    "test": "npm run test-functional && npm run test-system",
    "test-functional-windows": "tap --timeout=300 --allow-incomplete-coverage ./test/*.test.ts -g \"^(?!.*symlink)\"",
    "test-system-windows": "tap --timeout=300 --allow-incomplete-coverage --allow-empty-coverage ./test/system/*.test.ts",
    "test-windows": "npm run test-functional-windows && npm run test-system-windows",
    "watch": "nodemon -e 'js go'  -x 'npm run test-functional'"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "dependencies": {
    "@snyk/dep-graph": "^2.16.4",
    "@snyk/graphlib": "2.1.9-patch.3",
    "debug": "^4.1.1",
    "lookpath": "^1.2.2",
    "packageurl-js": "^2.0.1",
    "snyk-go-parser": "1.13.0",
    "tmp": "0.2.5",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.4",
    "@types/node": "^20.19.11",
    "@types/tmp": "^0.1.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "prettier": "^2.7.1",
    "tap": "^18.8.0",
    "tap-only": "0.0.5",
    "ts-node": "^10.9.2",
    "tslint": "^5.15.0",
    "typescript": "4.8.4"
  },
  "version": "2.1.1"
}
