{
  "name": "@ori-sh/virus-total",
  "version": "1.0.4",
  "description": "A NodeJS Library and CLI wrapper for the Virus Total API.",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha -r ts-node/register -p src/**/*.test.ts",
    "tsc": "tsc",
    "build": "tsc && chmod +x dist/index.js"
  },
  "files": ["dist"],
  "keywords": ["Virus Total", "VT", "CLI", "Antivirus", "File Check"],
  "author": "Ori Shalom <ori.100000@gmail.com>",
  "license": "MIT",
  "bin": {
    "vt": "./dist/index.js"
  },
  "repository": "git://github.com/ori-shalom/virus-total-cli.git",
  "homepage": "https://github.com/ori-shalom/virus-total-cli#readme",
  "dependencies": {
    "axios": "^0.26.0",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.18",
    "@types/yargs": "^17.0.8",
    "chai": "^4.3.6",
    "dotenv": "^16.0.0",
    "mocha": "^9.2.0",
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5"
  }
}
