{
  "name": "snyk-python-plugin",
  "description": "Snyk CLI Python plugin",
  "homepage": "https://github.com/snyk/snyk-python-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-python-plugin"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "build-tests": "tsc -p tsconfig-test.json",
    "format:check": "prettier --check '{lib,test}/**/*.{js,ts}'",
    "format": "prettier --write '{lib,test}/**/*.{js,ts}'",
    "prepare": "npm run build",
    "test": "npm run test:pysrc && npm run test:js",
    "test:js": "cross-env TS_NODE_PROJECT=tsconfig-test.json tap --node-arg=-r --node-arg=ts-node/register ./test/*.test.{js,ts} -R spec --timeout=900 && jest --ci --runInBand",
    "test:pysrc": "python -m unittest discover pysrc",
    "lint": "npm run build-tests && npm run format:check && eslint --cache '{lib,test}/**/*.{js,ts}'"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "dependencies": {
    "@snyk/cli-interface": "^2.0.3",
    "tmp": "0.0.33"
  },
  "devDependencies": {
    "@snyk/types-tap": "^1.1.0",
    "@types/jest": "^24.9.0",
    "@types/node": "8.10.60",
    "@types/tmp": "^0.1.0",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "cross-env": "^5.2.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.0.0",
    "jest": "^24.9.0",
    "jest-junit": "^10.0.0",
    "prettier": "1.19.1",
    "sinon": "^2.3.2",
    "tap": "^12.6.1",
    "ts-jest": "^24.3.0",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  },
  "version": "1.17.1"
}
