{
  "name": "@jupiterone/graph-qualys",
  "version": "5.24.4",
  "description": "Qualys integration for JupiterOne",
  "repository": {
    "type": "git",
    "url": "https://github.com/JupiterOne/integrations"
  },
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.dist.json",
    "build:files": "npm run generate-graph-schema && npm run generate-sources-config",
    "clean": "rimraf tsconfig.dist.tsbuildinfo && rimraf dist",
    "format": "prettier --write \"**/*.{ts,js,json,css,md,yml}\"",
    "format:check": "prettier --check \"**/*.{ts,js,json,css,md,yml}\"",
    "generate-graph-schema": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-integration-graph-schema --output-file ../../deployments/qualys/deploy/data/integrationGraphSchema.json -p .",
    "generate-sources-config": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-ingestion-sources-config --output-file ../../deployments/qualys/deploy/data/ingestionSourcesConfig.json -p .",
    "graph": "j1-integration visualize",
    "graph:dependencies": "j1-integration visualize-dependencies",
    "graph:spec": "j1-integration visualize-types --project-path docs/spec --output-file ./.j1-integration/types-graph/index.spec.html",
    "graph:types": "j1-integration visualize-types",
    "lint": "eslint . --cache --fix --ext .ts,.tsx && npm run format:check",
    "start": "j1-integration collect --disable-schema-validation",
    "test": "jest",
    "test:env": "LOAD_ENV=1 npm run test",
    "typecheck": "npm run build",
    "validate:questions": "j1-integration validate-question-file -a $MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID -k $MANAGED_QUESTIONS_JUPITERONE_API_KEY",
    "validate:questions:dry": "j1-integration validate-question-file --dry-run"
  },
  "dependencies": {
    "@lifeomic/attempt": "^3.0.3",
    "express-xml-bodyparser": "^0.3.0",
    "fast-xml-parser": "^3.16.0",
    "lodash": "^4.17.20",
    "mustache": "^4.0.1",
    "node-fetch": "^2.6.1",
    "p-queue": "^6.6.2",
    "to-json-schema": "^0.2.5",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/to-json-schema": "^0.2.4"
  },
  "engines": {
    "node": ">=18.0.0 <19.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "tags": [
      "type:library",
      "scope:public"
    ]
  }
}
