{
  "name": "@inspektre/vulnhub",
  "description": "NVD Knowledge Graph",
  "version": "0.1.31",
  "author": "Uday Korlimarla @udaykor",
  "bin": {
    "vulnhub": "./bin/run"
  },
  "bugs": "https://github.com/inspektre/vulnhub/issues",
  "dependencies": {
    "@neo4j/graphql": "^1.2.0",
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-help": "^3.2.2",
    "@oclif/plugin-not-found": "^1.2.4",
    "@oclif/plugin-update": "^1.3.10",
    "@oclif/plugin-warn-if-update-available": "^1.7.0",
    "@types/jsonwebtoken": "^8.5.4",
    "apollo-server": "^3.0.0",
    "apollo-server-express": "^3.0.0",
    "cli-ux": "^5.6.2",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "got": "^11.8.2",
    "graphql": "^15.5.1",
    "neo4j-driver": "^4.3.1",
    "node-fetch": "^2.6.1",
    "tslib": "^1",
    "yauzl": "^2.10.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/mocha": "^5",
    "@types/node": "^10",
    "aws-sdk": "^2.947.0",
    "chai": "^4",
    "eslint": "^5.13",
    "eslint-config-oclif": "^3.1",
    "eslint-config-oclif-typescript": "^0.1",
    "globby": "^10",
    "mocha": "^5",
    "nyc": "^14",
    "ts-node": "^8",
    "typescript": "^3.3"
  },
  "engines": {
    "node": ">=14.7.1"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/inspektre/vulnhub",
  "keywords": [
    "NVD",
    "CVE",
    "CPE",
    "vulnerability database",
    "GraphQL",
    "Knowledge Graph",
    "Neo4j",
    "CLI"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "vulnhub",
    "macos": {
      "identifier": "com.inspektre.vulnhub",
      "sign": "Developer ID Installer: inspektre pty ltd"
    },
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found",
      "@oclif/plugin-update",
      "@oclif/plugin-warn-if-update-available"
    ],
    "update": {
      "s3": {
        "bucket": "cli-inspektre",
        "templates": {
          "target": {
            "unversioned": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
            "versioned": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-v<%- version %>/<%- bin %>-v<%- version %>-<%- platform %>-<%- arch %><%- ext %>",
            "manifest": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
          },
          "vanilla": {
            "unversioned": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %><%- ext %>",
            "versioned": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-v<%- version %>/<%- bin %>-v<%- version %><%- ext %>",
            "manifest": "tarballs/<%- bin %>/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %>version"
          }
        }
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspektre/vulnhub.git"
  },
  "scripts": {
    "pack": "oclif-dev pack",
    "win": "oclif-dev pack:win && oclif-dev publish:win",
    "macos": "oclif-dev pack:macos && oclif-dev publish:macos",
    "deb": "oclif-dev pack:deb && oclif-dev publish:deb",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib dist tmp inspektre-vulnhub*.tgz && tsc -b && oclif-dev manifest && oclif-dev readme",
    "publish-updates": "oclif-dev pack && oclif-dev publish",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
