{
  "name": "3cx-tapi",
  "description": "3CX CP Tapi and Projectmanager integration",
  "version": "9.0.3",
  "author": {
    "name": "Daniel Triendl",
    "email": "d.triendl@cp-solutions.at"
  },
  "eslintIgnore": [
    "dist/*.js",
    "node_modules"
  ],
  "scripts": {
    "lint": "eslint --ext .ts,.js src",
    "preversion": "npm run lint",
    "postversion": "git push --follow-tags",
    "anylize": "npm_config_report=true npm run build",
    "build": "webpack --mode production --config config/webpack.config.production.cjs",
    "dev": "webpack --mode development --config config/webpack.config.dev.cjs"
  },
  "repository": {
    "type": "git",
    "url": "https://source.cp-austria.at/git/CPATRD/3cx_tapi.git"
  },
  "private": true,
  "dependencies": {
    "axios": "^1.4.0",
    "axios-userscript-adapter": "^0.2.0-alpha.2",
    "chrono-node": "^2.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "babel-loader": "^9.1.2",
    "browserslist": "^4.21.9",
    "css-loader": "^6.8.1",
    "eslint": "^8.43.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "less": "4.1.3",
    "less-loader": "^11.1.3",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.4.3",
    "typescript": "^5.1.3",
    "userscript-metadata-webpack-plugin": "^0.4.0",
    "webpack": "^5.88.0",
    "webpack-bundle-analyzer": "^4.9.0",
    "webpack-cli": "^5.1.4",
    "webpack-livereload-plugin": "3.0.2",
    "webpack-merge": "^5.9.0"
  }
}