{
  "name": "@itentialopensource/adapter-onap_so",
  "version": "1.0.0",
  "description": "This adapter integrates with system described as: onap_so.",
  "main": "adapter.js",
  "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",
    "Controller",
    "Orchestrator",
    "ONAP",
    "SO",
    "Pre-Release"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": "20.19.0",
    "npm": "10.8.2"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:itentialopensource/adapters/adapter-onap_so.git"
  },
  "author": "Itential",
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-onap_so#readme",
  "dependencies": {
    "@itentialopensource/adapter-utils": "6.1.17",
    "acorn": "8.14.1",
    "ajv": "8.18.0",
    "axios": "1.15.0",
    "commander": "11.1.0",
    "fs-extra": "11.3.4",
    "json-query": "2.2.2",
    "mocha": "12.0.0-beta-10",
    "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
}
