{
  "name": "@sap/modules-exploration",
  "version": "1.6.10",
  "description": "SAP Modules Exploration",
  "license": "Apache-2.0",
  "author": "SAP SE",
  "publisher": "SAP",
  "files": [
    "src",
    "dist"
  ],
  "main": "dist/index.js",
  "keywords": [
    "exploration",
    "module"
  ],
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^0.1.3",
    "@types/chai": "^4.1.7",
    "@types/lodash": "4.14.132",
    "@types/rimraf": "^2.0.2",
    "@types/inquirer": "6.5.0",
    "@types/js-yaml": "^3.12.1",
    "@types/mocha": "^5.2.6",
    "@types/sinon": "^7.0.13",
    "@typescript-eslint/eslint-plugin": "^3.7.0",
    "@typescript-eslint/parser": "^3.7.0",
    "chai": "^4.2.0",
    "chai-files": "^1.4.0",
    "dir-compare": "^1.7.2",
    "eslint": "6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^1.2.0",
    "inquirer": "7.0.0",
    "lint-staged": "^8.1.0",
    "mocha": "^6.1.4",
    "nyc": "^11.9.0",
    "prettier": "^2.0.5",
    "sinon": "^7.3.2",
    "source-map-support": "^0.5.12",
    "rimraf": "^2.6.3",
    "ts-mocha": "^6.0.0",
    "tslint": "^5.16.0",
    "typescript": "^3.9.6",
    "yeoman-assert": "^3.1.0"
  },
  "engines": {
    "npm": ">= 4.0.0"
  },
  "dependencies": {
    "@log4js-node/log4js-api": "1.0.2",
    "@sap/consume-services-types": "0.3.11",
    "@vscode-logging/types": "0.1.2",
    "fs-extra": "7.0.1",
    "lodash": "4.17.16",
    "rimraf": "2.6.3",
    "ts-node": "8.1.0"
  },
  "prettier": {
    "endOfLine": "lf"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts}": [
      "eslint --fix --max-warnings=0",
      "git add"
    ],
    "*.{js,ts,md,json}": [
      "prettier --write"
    ]
  },
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "clean": "rimraf ./modules",
    "format:fix": "prettier --write --ignore-path .gitignore \"**/*.@(ts|js|json|md)\"",
    "format:validate": "prettier --check --ignore-path .gitignore \"**/*.@(ts|js|json|md)\"",
    "lint": "eslint . --ext .ts --fix --max-warnings=0",
    "prepublishOnly": "npm run rebuild",
    "prepare": "npm run rebuild",
    "rebuild": "npm run clean && npm run build",
    "test": "nyc ts-mocha -p tsconfig.json test/**/*.spec.ts",
    "watch": "tsc -p . --watch"
  }
}
