{
  "name": "@appirio/salesforce",
  "description": "Tools from the Amplify DX project to facilitate Salesforce development, building, testing, and deployments",
  "main": "index.js",
  "scripts": {
    "changelog": "node ./node_modules/@appirio/appiriodx-release-config/lib/changelog",
    "commit": "git-cz",
    "coverage": "npx jest --coverage",
    "postinstall": "node patch-sf-schemas",
    "test": "yarn run test:unit",
    "test:all": "npx jest --testPathPattern './*.test.js'",
    "test:ci": "npx jest --coverage --ci",
    "test:int": "npx jest --testPathPattern './*/__tests__/integration/*'",
    "test:unit": "npx jest --testPathPattern './*/__tests__/unit/*'",
    "test:watch": "npx jest --watchAll"
  },
  "release": {
    "extends": [
      "@appirio/appiriodx-release-config"
    ],
    "changelogTitle": "# Salesforce Capabilities"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.appirio.com/appirio-dx/node-salesforce"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "keywords": [
    "salesforce",
    "deployments",
    "devops",
    "sfdc",
    "sfdx",
    "dx",
    "gulp"
  ],
  "author": {
    "name": "Wipro Limited",
    "email": "appiriodx@appirio.com",
    "url": "https://dx.appirio.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "resolutions": {
    "**/event-stream": "^4.0.1"
  },
  "dependencies": {
    "@appirio/appirio": "^1.32.0",
    "@appirio/fork-method": "^1.1.0",
    "@appirio/metadata-builder": "^1.1.3",
    "@salesforce/core": "^2.37.1",
    "@salesforce/source-deploy-retrieve": "^7.5.22",
    "angular-mocks": "^1.6.10",
    "ansi-colors": "^3.2.1",
    "bluebird": "^3.7.2",
    "cli-table": "^0.3.1",
    "cpr": "^3.0.1",
    "decompress": "^4.2.0",
    "del": "^3.0.0",
    "dotenv": "^6.0.0",
    "event-stream": "^4.0.1",
    "fancy-log": "^1.3.2",
    "fast-sort": "^1.2.6",
    "fast-xml-parser": "^3.17.4",
    "force-dev-tool": "^2.8.3",
    "fs-extra": "^4.0.3",
    "gitignore-parser": "^0.0.2",
    "globby": "^11.0.1",
    "gulp": "^4.0.2",
    "gulp-add-src": "^1.0.0",
    "gulp-archy": "^1.0.3",
    "gulp-changed-in-place": "^2.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-file": "^0.4.0",
    "gulp-if": "^3.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-uglify": "^3.0.2",
    "gulp-xml": "^1.0.5",
    "gulp-zip": "^5.0.1",
    "inquirer": "^6.2.0",
    "is-zip": "^1.0.0",
    "jasmine-core": "^2.99.1",
    "js-beautify": "^1.7.5",
    "jsforce": "^1.8.4",
    "jsforce-metadata-tools": "^1.3.0",
    "json-stringify-pretty-compact": "^1.2.0",
    "lodash": "^4.17.20",
    "mississippi": "^1.3.1",
    "node-dir": "^0.1.17",
    "pad": "^2.0.3",
    "path": "^0.12.7",
    "randomstring": "^1.1.5",
    "require-dir": "^0.3.2",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "sfdx-node": "^3.8.0",
    "shelljs": "^0.8.4",
    "simple-git": "^1.92.0",
    "single-line-log": "^1.1.2",
    "split2": "^2.2.0",
    "through2": "^2.0.3",
    "time-stamp": "^2.0.0",
    "topo-sort": "^1.0.0",
    "tslib": "^1.9.3",
    "unescape": "^1.0.1",
    "unzip-stream": "^0.3.0",
    "vinyl": "^2.2.0",
    "xml2js": "^0.4.19",
    "xmlbuilder": "^15.1.1",
    "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",
    "jest": "^24.9.0",
    "lcov-result-merger": "^3.1.0",
    "semantic-release": "^17.4.5"
  },
  "version": "4.11.0"
}
