{
  "name": "@itentialopensource/adapter-aws_ec2",
  "version": "0.14.3",
  "description": "This adapter integrates with system described as: Aws_Ec2.",
  "main": "adapter.js",
  "systemName": "Amazon AWS EC2",
  "wizardVersion": "3.12.1",
  "engineVersion": "1.82.5",
  "adapterType": "http",
  "scripts": {
    "preinstall": "node utils/setup.js",
    "deinstall": "node utils/removeHooks.js",
    "lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
    "lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
    "test:baseunit": "mocha test/unit/adapterBaseTestUnit.js --LOG=error",
    "test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
    "test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
    "test": "npm run test:baseunit && npm run test:unit && npm run test:integration",
    "adapter:checkMigrate": "node utils/checkMigrate.js",
    "adapter:findPath": "node utils/findPath.js",
    "adapter:migrate": "node utils/modify.js -m",
    "adapter:update": "node utils/modify.js -u",
    "adapter:revert": "node utils/modify.js -r",
    "troubleshoot": "node utils/tbScript.js troubleshoot",
    "healthcheck": "node utils/tbScript.js healthcheck",
    "basicget": "node utils/tbScript.js basicget",
    "connectivity": "node utils/tbScript.js connectivity"
  },
  "keywords": [
    "Itential",
    "Itential Platform",
    "Automation",
    "Integration",
    "Adapter",
    "Cloud",
    "AWS",
    "EC2",
    "Pre-Release"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 18.18.0",
    "npm": ">= 9.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:itentialopensource/adapters/adapter-aws_ec2.git"
  },
  "author": "Itential",
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-aws_ec2#readme",
  "dependencies": {
    "@itentialopensource/adapter-utils": "6.1.15",
    "acorn": "8.14.1",
    "ajv": "8.18.0",
    "axios": "1.13.6",
    "commander": "11.1.0",
    "fs-extra": "11.3.3",
    "json-query": "2.2.2",
    "jssha": "^2.3.1",
    "mocha": "11.3.0",
    "mocha-param": "2.0.1",
    "mongodb": "4.17.2",
    "ping": "0.4.4",
    "prompts": "2.4.2",
    "readline-sync": "1.4.10",
    "semver": "7.7.2",
    "winston": "3.17.0"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "eslint": "8.57.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-json": "3.1.0",
    "testdouble": "3.18.0"
  },
  "private": false
}
