{
  "name": "gather-integration",
  "version": "1.27.1",
  "main": "lib/gather_integration.js",
  "scripts": {
    "build": "webpack && browserify lib/gather_integration.js -o lib/gather_integration.js",
    "lint": "eslint .",
    "watch": "tsc -w --pretty",
    "test": "TS_NODE_TRANSPILE_ONLY=true mocha test --exit",
    "release": "standard-version"
  },
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/preset-env": "^7.22.9",
    "@types/mocha": "^10.0.1",
    "@types/qs": "^6.9.7",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "babel-loader": "^9.1.3",
    "browserify": "^17.0.1",
    "chai": "^4.3.7",
    "eslint": "^8.45.0",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.2.0",
    "prettier": "^3.5.3",
    "sinon": "^12.0.1",
    "sinon-chai": "^3.7.0",
    "standard-version": "^9.5.0",
    "ts-loader": "^9.4.4",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.2",
    "webpack": "^5.88.2",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "axios": "^1.13.3",
    "core-js": "^3.48.0",
    "qs": "^6.14.1",
    "spin.js": "^4.1.2"
  },
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead",
    "since 2014",
    "ios > 10",
    "chrome > 75",
    "Firefox > 70"
  ]
}
