{
  "name": "snyk-sbt-plugin",
  "description": "Snyk CLI SBT plugin",
  "homepage": "https://github.com/snyk/snyk-sbt-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-sbt-plugin"
  },
  "files": [
    "dist",
    "scala"
  ],
  "directories": {
    "test": "test"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint --color --cache 'lib/**/*.{js,ts}'",
    "format": "prettier --write '{lib,test}/**/*.{js,ts}'",
    "prepare": "npm run build",
    "test": "jest --runInBand --verbose"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^20.17.50",
    "@typescript-eslint/eslint-plugin": "^5.45.1",
    "@typescript-eslint/parser": "^5.45.1",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.6",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.7.0",
    "jest-junit": "^12.2.0",
    "prettier": "^2.8.0",
    "ts-jest": "^29.3.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "semver": "^6.1.2",
    "shescape": "2.1.6",
    "tmp": "^0.2.3",
    "tree-kill": "^1.2.2",
    "tslib": "^2.8.1"
  },
  "jest-junit": {
    "outputDirectory": "./coverage"
  },
  "version": "3.1.1"
}
