{
  "name": "snyk-gradle-plugin",
  "description": "Snyk CLI Gradle plugin",
  "homepage": "https://github.com/snyk/snyk-gradle-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-gradle-plugin"
  },
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist",
    "lib/init.gradle"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint --color --cache '{lib,test}/**/*.{js,ts}' && prettier --check '{lib,test}/**/*.{js,ts}'",
    "format": "prettier --write '{lib,test}/**/*.{js,ts}'",
    "prepare": "npm run build",
    "test": "tsc -p tsconfig-test.json && npm run test-functional && npm run test-system",
    "test-functional": "tap --node-arg=-r --node-arg=ts-node/register -R spec ./test/functional/*.test.[tj]s",
    "test-system": "tap --node-arg=-r --node-arg=ts-node/register -R spec --timeout=240 ./test/system/*.test.[tj]s",
    "test-manual": "jest test/manual -b"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^4.9.1",
    "@types/sinon": "^7.0.10",
    "@types/tmp": "0.2.0",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "jest": "^24.8.0",
    "prettier": "^2.0.2",
    "sinon": "^2.4.1",
    "tap": "^12.6.1",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.2"
  },
  "dependencies": {
    "@snyk/cli-interface": "2.3.2",
    "@snyk/dep-graph": "^1.17.0",
    "@types/debug": "^4.1.4",
    "chalk": "^3.0.0",
    "debug": "^4.1.1",
    "tmp": "0.2.1",
    "tslib": "^2.0.0"
  },
  "version": "3.4.0"
}
