{
  "name": "cloudsploit",
  "version": "0.0.1-dev1",
  "description": "AWS security scanning scripts",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./**/*.spec.js"
  },
  "bin": {
    "cloudsploitscan": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudsploit/scans.git"
  },
  "keywords": [
    "aws",
    "cloud",
    "security"
  ],
  "author": "CloudSploit",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/cloudsploit/scans/issues"
  },
  "homepage": "https://cloudsploit.com",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@octokit/rest": "^16.3.2",
    "async": "^2.6.1",
    "aws-sdk": "^2.395.0",
    "azure-arm-compute": "^9.1.0",
    "azure-arm-monitor": "^5.2.0",
    "azure-arm-resource": "^7.3.0",
    "azure-arm-storage": "^6.3.0",
    "azure-storage": "^2.10.2",
    "jssha": "^2.3.1",
    "csv-write-stream": "^2.0.0",
    "ms-rest-azure": "^2.5.9"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.1.3"
  }
}
