{ "name": "3cx-tapi", "description": "3CX CP Tapi and Projectmanager integration", "version": "9.3.0", "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/CPATRD/3cx_tapi.git" }, "private": true, "dependencies": { "@trim21/gm-fetch": "^0.3.0", "chrono-node": "^2.9.0" }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.2", "@types/greasemonkey": "^4.0.7", "@typescript-eslint/eslint-plugin": "^8.57.1", "@typescript-eslint/parser": "^8.57.1", "babel-loader": "^10.1.1", "browserslist": "^4.21.9", "css-loader": "^7.1.4", "eslint": "^9.39.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "^7.2.1", "less": "^4.6.4", "less-loader": "^12.3.2", "style-loader": "^4.0.0", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "userscript-metadata-webpack-plugin": "^0.4.2", "webpack": "^5.105.4", "webpack-bundle-analyzer": "^5.2.0", "webpack-cli": "^7.0.2", "webpack-livereload-plugin": "3.0.2", "webpack-merge": "^6.0.1" } }