{
  "name": "@teamfabric/xpm",
  "version": "2.1.0",
  "description": "library used to integrate XPM with client application",
  "homepage": "https://gitlab.com/fabric2/km/xm/lib-xpm/-/blob/main/README.md",
  "author": "fabric team",
  "license": "ISC",
  "main": "./dist/node/xpm.js",
  "browser": "./dist/browser/xpm.js",
  "bin": {
    "xpm-cli": "src/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/fabric2/km/xm/lib-xpm.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "webpack --watch --mode development",
    "build": "webpack --mode development",
    "build:prod": "webpack --mode production",
    "test": "jest --passWithNoTests",
    "test:watchAll": "jest --watchAll",
    "coverage": "npm run test -- --coverage",
    "coverage:open": "open ./coverage/lcov-report/index.html",
    "prepublish": "npm -s run build"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.+(js|jsx)": [
      "eslint --fix",
      "jest --bail --findRelatedTests",
      "git add"
    ],
    "*.+(json|css|md)": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "cross-fetch": "^3.1.5",
    "ejs": "^3.1.8",
    "esm": "~3.2.25",
    "glob": "^8.0.3",
    "jsondiffpatch": "~0.4.1",
    "jsonschema": "~1.4.0",
    "lodash.isempty": "~4.4.0",
    "lodash.isplainobject": "~4.0.6",
    "lodash.size": "~4.2.0",
    "lodash.throttle": "~4.1.1",
    "minimist": "^1.2.7",
    "regenerator-runtime": "^0.13.5",
    "url-join": "~4.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "~7.10.1",
    "@babel/plugin-proposal-optional-chaining": "~7.10.3",
    "@babel/plugin-transform-runtime": "~7.10.3",
    "@babel/preset-env": "~7.10.3",
    "@babel/preset-react": "~7.10.1",
    "@babel/runtime": "~7.10.3",
    "@testing-library/jest-dom": "~5.10.1",
    "@testing-library/react": "~10.4.1",
    "babel-eslint": "~10.1.0",
    "babel-loader": "^8.1.0",
    "eslint": "~7.3.1",
    "eslint-config-prettier": "~6.11.0",
    "eslint-plugin-prettier": "~3.1.4",
    "eslint-plugin-react": "~7.20.0",
    "eslint-plugin-react-hooks": "~4.0.4",
    "eslint-plugin-sonarjs": "~0.5.0",
    "husky": "~4.2.5",
    "jest": "~26.1.0",
    "jest-fetch-mock": "~3.0.3",
    "jest-junit": "~12.2.0",
    "jest-sonar-reporter": "~2.0.0",
    "lint-staged": "~10.2.11",
    "prettier": "~2.0.5",
    "prop-types": "^15.8.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  }
}
