{
  "name": "snyk-nuget-plugin",
  "description": "Snyk CLI NuGet plugin",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run eslint && npm run unit-test",
    "unit-test": "tap --no-coverage test/*.test.ts --timeout=300",
    "eslint": "eslint -c .eslintrc.js lib/**/*",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-nuget-plugin.git"
  },
  "keywords": [
    "snyk",
    "nuget"
  ],
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8"
  },
  "files": [
    "bin",
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/snyk/snyk-nuget-plugin/issues"
  },
  "homepage": "https://github.com/snyk/snyk-nuget-plugin#readme",
  "dependencies": {
    "@snyk/lodash": "4.17.15-patch",
    "debug": "^4.1.1",
    "dotnet-deps-parser": "4.10.0",
    "jszip": "3.3.0",
    "snyk-paket-parser": "1.6.0",
    "tslib": "^1.11.2",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "@types/node": "^8.10.60",
    "tap": "^14.10.7",
    "eslint": "^6.8.0",
    "typescript": "^3.8.3"
  },
  "version": "1.18.1"
}
