{
    "name": "@dxatscale/sfprofiles",
    "version": "0.1.1",
    "description": "Salesforce Profile management",
    "keywords": [
        "sfdx-plugin",
        "salesforce",
        "profiles",
        "permissions"
    ],
    "author": "dxatscale",
    "homepage": "https://github.com/dxatscale/sfpowerscripts",
    "license": "MIT",
    "main": "packages/sfprofiles",
    "directories": {
        "src": "src",
        "test": "__tests__"
    },
    "files": [
        "src",
        "/messages",
        "/npm-shrinkwrap.json"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dxatscale/sfpowerscripts.git"
    },
    "scripts": {
        "build": "npm run clean && npm run compile",
        "clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo",
        "compile": "tsc -b tsconfig.json && tsc-alias -p tsconfig.json",
        "compile:dev": "tsc -p . --sourcemap",
        "clearCache": "jest --clearCache"
    },
    "bugs": {
        "url": "https://github.com/dxatscale/sfpowerscripts/issues"
    },
    "devDependencies": {
        "@babel/core": "7.18.2",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
        "@babel/plugin-proposal-optional-chaining": "7.17.12",
        "@salesforce/ts-sinon": "^1.3.21",
        "@types/async-retry": "^1.4.2",
        "@types/datadog-metrics": "^0.6.1",
        "@types/diff-match-patch": "^1.0.32",
        "@types/jest": "^27.5.0",
        "@types/lodash": "^4.14.191",
        "@types/mocha": "9.1.0",
        "@types/rimraf": "^3.0.2",
        "@typescript-eslint/eslint-plugin": "^5.53.0",
        "@typescript-eslint/parser": "^5.53.0",
        "babel-jest": "27.5.1",
        "eslint": "^8.33.0",
        "jest": "27.5.1",
        "lodash": "^4.17.21",
        "ts-jest": "^27.1.4",
        "ts-node": "^9.1.1",
        "tsc-alias": "^1.8.3",
        "typescript": "^4.9.5"
    },
    "dependencies": {
        "@dxatscale/sfp-logger": "1.2.0",
        "@salesforce/command": "5.2.43",
        "@salesforce/core": "3.34.1",
        "@salesforce/source-deploy-retrieve": "^7.7.6",
        "async-retry": "^1.3.3",
        "better-sqlite3": "8.3.0",
        "chalk": "^4.1.0",
        "diff-match-patch": "^1.0.5",
        "fs-extra": "^11.1.0",
        "jsforce": "^2.0.0-beta.20",
        "node-cache": "^5.1.2",
        "request": "^2.88.2",
        "request-promise-native": "^1.0.9",
        "rimraf": "^4.1.2",
        "simple-git": "^3.16.0",
        "tslib": "2.1.0",
        "xml2js": "^0.5.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "a3eb4f58e1de5dc2c9853040ac2be370be61b28c"
}
