{
  "name": "netsparker-cloud",
  "version": "0.2.0",
  "description": "JavaScript client for consuming the Netsparker Cloud API.",
  "main": "dist/api.js",
  "scripts": {
    "genclient": "scripts/genclient.sh",
    "compile": "tsc",
    "build": "npm ci && npm run genclient && npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/niaid/netsparker-cloud-js.git"
  },
  "keywords": [
    "netsparker",
    "security",
    "web",
    "application",
    "scanning",
    "api",
    "client",
    "sdk"
  ],
  "author": "christopher.campanale@nih.gov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/niaid/netsparker-cloud-js/issues"
  },
  "homepage": "https://github.com/niaid/netsparker-cloud-js#readme",
  "devDependencies": {
    "@types/request": "^2.48.5",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "request": "^2.88.2",
    "url-parse": "^1.5.1"
  }
}
