{
  "name": "snyk-go-plugin",
  "description": "Snyk CLI Golang plugin",
  "homepage": "https://github.com/snyk/snyk-go-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-go-plugin"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "lint": "tslint --project tsconfig.json --format stylish",
    "prepare": "npm run build",
    "test-functional": "tap ./test/*.test.ts -R spec",
    "test-system": "tap -R spec --timeout=300 ./test/system/*.test.ts",
    "test": "npm run test-functional && npm run test-system",
    "test-functional-windows": "tap -R spec --timeout=300 ./test/*.test.ts -g \"^(?!.*symlink)\"",
    "test-system-windows": "tap -R spec --timeout=300 ./test/system/*.test.ts -g \"^(?!.*prometheus)\"",
    "test-windows": "npm run test-functional-windows && npm run test-system-windows",
    "watch": "nodemon -e 'js go'  -x 'npm run test-functional'"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "dependencies": {
    "@snyk/graphlib": "2.1.9-patch",
    "debug": "^4.1.1",
    "snyk-go-parser": "1.4.1",
    "tmp": "0.1.0",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.4",
    "@types/node": "^6.14.4",
    "@types/tmp": "^0.1.0",
    "tap": "^12.6.1",
    "tap-only": "0.0.5",
    "ts-node": "^8.0.3",
    "tslint": "^5.15.0",
    "typescript": "^3.4.2"
  },
  "version": "1.14.2"
}
