{
  "name": "snyk-nuget-plugin",
  "description": "Snyk CLI NuGet plugin",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "jest --coverage --runInBand",
    "test:smoke": "jest --coverage --silent=false --detectOpenHandles --testMatch **/*.spec.smoke.ts --bail",
    "lint": "npm run lint:prettier && npm run lint:eslint",
    "lint:eslint": "eslint '{lib,test}/**/*.ts'",
    "lint:prettier": "prettier --check '{lib,test}/**/*.{ts,csproj,json}' --log-level 'warn'",
    "lint:fix": "prettier --write '{lib,test}/**/*.{ts,csproj,json}' && eslint --fix '{lib,test}/**/*.ts'",
    "build": "tsc",
    "build:watch": "tsc -w",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-nuget-plugin.git"
  },
  "keywords": [
    "snyk",
    "nuget"
  ],
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/snyk/snyk-nuget-plugin/issues"
  },
  "homepage": "https://github.com/snyk/snyk-nuget-plugin#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@snyk/cli-interface": "^2.14.0",
    "@snyk/dep-graph": "^2.8.1",
    "debug": "^4.3.4",
    "dotnet-deps-parser": "6.1.0",
    "jszip": "3.10.1",
    "lodash": "^4.18.1",
    "node-cache": "^5.1.2",
    "snyk-paket-parser": "1.6.0",
    "tslib": "^2.6.2",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/debug": "^4.1.13",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.24",
    "@types/node": "^24.13.2",
    "@types/xml2js": "^0.4.14",
    "@typescript-eslint/eslint-plugin": "^8.62.1",
    "@typescript-eslint/parser": "^8.62.1",
    "eslint": "^10.6.0",
    "jest": "^30.4.2",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^6.0.3"
  },
  "version": "4.4.0"
}
