{
  "name": "@appirio/appirio",
  "description": "Core Node.js plugin to support the Amplify DX project",
  "main": "index.js",
  "scripts": {
    "changelog": "node ./node_modules/@appirio/appiriodx-release-config/lib/changelog",
    "commit": "git-cz",
    "coverage": "npx jest --coverage",
    "test": "yarn run test:unit",
    "test:ci": "npx jest --coverage --ci",
    "test:int": "npx jest --testNamePattern 'Integration Test'",
    "test:unit": "npx jest --testNamePattern '^((?!Integration Test).)*$'",
    "test:watch": "npx jest --watchAll",
    "tools": "node ./lib/tools/tools.js"
  },
  "release": {
    "extends": [
      "@appirio/appiriodx-release-config"
    ],
    "changelogTitle": "# Amplify DX Core Capabilities"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.appirio.com:appirio-dx/node-appirio.git"
  },
  "keywords": [
    "appirio"
  ],
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "author": {
    "name": "Wipro Limited",
    "email": "appiriodx@appirio.com",
    "url": "https://dx.appirio.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@vscode/sudo-prompt": "^9.3.1",
    "ansi-colors": "^1.1.0",
    "axios": "^0.24.0",
    "bluebird": "^3.7.2",
    "deep-sort-object": "^1.0.2",
    "dotenv": "^4.0.0",
    "env-ci": "^4.1.1",
    "fancy-log": "^1.3.2",
    "find-up": "^3.0.0",
    "flatted": "^3.2.4",
    "fs": "0.0.1-security",
    "fs-extra": "^4.0.3",
    "git-url-parse": "^11.4.0",
    "glob": "^7.1.2",
    "gulp": "^4.0.2",
    "gulp-eol": "^0.2.0",
    "gulp-is-binary": "^0.1.2",
    "hpagent": "^1.2.0",
    "inquirer": "^6.2.0",
    "js-beautify": "^1.7.5",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.20",
    "log4js": "^6.3.0",
    "minimatch": "^3.0.4",
    "nanoid": "^2.0.1",
    "node-cmd": "^3.0.0",
    "open": "^7.0.0",
    "os": "^0.1.1",
    "request": "^2.88.0",
    "require-dir": "^0.3.2",
    "rimraf": "^3.0.2",
    "rollbar": "^2.19.3",
    "self-cert": "^1.1.0",
    "semver": "^5.5.0",
    "shell-env": "^3.0.0",
    "shelljs": "^0.8.4",
    "shorteners": "^1.0.0",
    "simple-git": "^1.92.0",
    "ssh-url": "^0.1.5",
    "strip-ansi": "^6.0.0",
    "through2": "^3.0.0",
    "topo-sort": "^1.0.0",
    "which": "^2.0.2",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@appirio/appiriodx-release-config": "1.3.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/exec": "^5.0.0",
    "@semantic-release/git": "^9.0.1",
    "@semantic-release/gitlab": "^6.2.2",
    "@semantic-release/npm": "^7.1.3",
    "@semantic-release/release-notes-generator": "^9.0.3",
    "babel-eslint": "^8.2.5",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-import": "^2.13.0",
    "javascript-obfuscator": "^0.18.1",
    "jest": "^23.5.0",
    "lcov-result-merger": "^3.1.0",
    "semantic-release": "^17.4.5"
  },
  "version": "1.32.0"
}
