{
  "name": "snyk-mvn-plugin",
  "description": "Snyk CLI Maven plugin",
  "homepage": "https://github.com/snyk/snyk-mvn-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-mvn-plugin"
  },
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "prettier --check '{lib,tests}/**/*.ts'",
    "format": "prettier --write '{lib,tests}/**/*.ts'",
    "prepare": "npm run build",
    "test": "npm run prepare && npm run lint && npm run test:functional && npm run test:system",
    "test:functional": "tap -R spec ./tests/functional/*.test.ts",
    "test:system": "tap -R spec --timeout=180 ./tests/system/*.test.ts",
    "semantic-release": "semantic-release"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "11.13.8",
    "@types/sinon": "^7.5.2",
    "@typescript-eslint/eslint-plugin": "^2.8.0",
    "@typescript-eslint/parser": "^2.8.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.7.0",
    "prettier": "^1.19.1",
    "semantic-release": "^15",
    "sinon": "^2.4.1",
    "tap": "^12.0.1",
    "tap-only": "0.0.5"
  },
  "dependencies": {
    "@snyk/cli-interface": "2.5.0",
    "@snyk/java-call-graph-builder": "1.10.0",
    "debug": "^4.1.1",
    "needle": "^2.5.0",
    "tmp": "^0.1.0",
    "tslib": "1.11.1"
  },
  "version": "2.17.0"
}
