{
  "name": "@snyk/cli-interface",
  "description": "Snyk CLI interface definitions",
  "homepage": "https://github.com/snyk/snyk-cli-interface",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-cli-interface"
  },
  "main": "index.js",
  "files": [
    "**/*.d.ts",
    "**/*.js",
    "**/*.js.map"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "tslint --project tsconfig.json --format stylish",
    "prepare": "npm run build",
    "test": "npm run build && npm run lint"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "devDependencies": {
    "@snyk/dep-graph": "^2.9.0",
    "tslint": "^6",
    "typescript": "^3"
  },
  "dependencies": {
    "@types/graphlib": "^2"
  },
  "peerDependencies": {
    "@snyk/dep-graph": ">=1"
  },
  "version": "2.15.0"
}
