{
  "name": "cmd-control-client-lib",
  "description": "Cmd-Client-Library",
  "version": "3.0.417",
  "directories": {
    "lib": "./dist"
  },
  "main": "./dist/cmd-control-client-lib.js",
  "types": "./dist/cmd-control-client-lib.d.ts",
  "private": false,
  "license": "MIT",
  "author": "Vladimir Lidberg, camPoint AG",
  "contributors": [
    {
      "name": "Vladimir Lidberg",
      "email": "vl@campoint.net"
    },
    {
      "name": "Igor Timoshenkov",
      "email": "igor@aporia.su"
    }
  ],
  "keywords": [],
  "dependencies": {
    "xmlentities": "^0.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-typescript": "^7.10.1",
    "@types/jest": "^26.0.23",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "clean-webpack-plugin": "^4.0.0-alpha.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-deprecation": "^1.2.0",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-jest-formatting": "^3.0.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-sonarjs": "^0.7.0",
    "eslint-plugin-tsdoc": "^0.2.14",
    "eslint-plugin-unicorn": "^32.0.0",
    "eslint-teamcity": "^3.0.1",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "lint-staged": "^11.0.0",
    "pinst": "^2.1.6",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.0",
    "string-replace-loader": "^3.0.1",
    "ts-loader": "^9.1.1",
    "typedoc": "^0.20.36",
    "typedoc-plugin-markdown": "^3.7.2",
    "typescript": "^4.2.4",
    "webpack": "^5.36.1",
    "webpack-cli": "^4.6.0",
    "webpack-merge": "^5.7.3"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "clean:docs": "rimraf ./doc",
    "build": "webpack --config webpack.prod.js",
    "build:dev": "webpack --config webpack.dev.js",
    "watch": "webpack --config webpack.dev.js --watch",
    "lint": "eslint src --ext .ts",
    "lint:teamcity": "yarn lint --format ./node_modules/eslint-teamcity/index.js",
    "style": "prettier --write \"{src,test}/**/*.ts\"",
    "test": "jest",
    "generate:docs": "typedoc --out doc/ src/cmd-control-client-lib.ts --theme markdown",
    "_postinstall": "husky install",
    "prepack": "yarn run prepublishOnly",
    "postpack": "yarn run postpublish",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "all",
    "singleQuote": false,
    "semi": true,
    "arrowParens": "always"
  },
  "lint-staged": {
    "*.ts": "eslint --cache"
  }
}
