{
  "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": "tslint --project tsconfig.json --format stylish",
    "prepare": "npm run build",
    "test": "npm run lint && npm run build && npm run test-functional",
    "test-functional": "tap -Rspec ./test/functional/*.test.[tj]s",
    "test-system": "tap -Rspec --timeout=1000 ./test/system/*.test.[tj]s",
    "test-system-windows": "tap -Rspec --timeout=700 ./test/system-windows/*.test.[tj]s"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "6.14.6",
    "@types/sinon": "7.0.11",
    "sinon": "^2.4.1",
    "tap": "12.6.1",
    "tap-only": "0.0.5",
    "tslint": "5.16.0",
    "typescript": "3.4.5"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "semver": "^6.1.2",
    "tmp": "^0.1.0",
    "tree-kill": "^1.2.2",
    "tslib": "^1.10.0"
  },
  "version": "2.11.0"
}
