{
  "name": "@relative-ci/agent",
  "version": "4.3.0",
  "description": "Send bundle stats and CI build information to RelativeCI",
  "repository": "relative-ci/agent",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/types/index.d.ts",
  "bin": {
    "relative-ci": "bin/index.js",
    "relative-ci-agent": "bin/index.js"
  },
  "exports": {
    ".": {
      "require": "./lib/cjs/index.js",
      "import": "./lib/esm/index.js",
      "types": "./lib/types/index.d.ts"
    },
    "./artifacts": {
      "require": "./lib/cjs/artifacts.js",
      "import": "./lib/esm/artifacts.js",
      "types": "./lib/types/artifacts/index.d.ts"
    },
    "./ingest": {
      "require": "./lib/cjs/ingest.js",
      "import": "./lib/esm/ingest.js",
      "types": "./lib/types/ingest/index.d.ts"
    },
    "./utils": {
      "require": "./lib/cjs/utils.js",
      "import": "./lib/esm/utils.js",
      "types": "./lib/types/utils/index.d.ts"
    }
  },
  "scripts": {
    "build": "npm run clean && rollup -c && npm run build-type",
    "build-type": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
    "clean": "rimraf ./lib",
    "clean-deps": "rimraf ./test/cli/node_modules ./test/webpack/*/node_modules ./node_modules",
    "lint": "eslint .",
    "bump": "./scripts/bump.sh",
    "release": "./scripts/release.sh",
    "pretest:package-cli": "cd test/cli && npm install",
    "pretest:package-webpack-plugin": "cd test/webpack/webpack4 && npm install && cd ../webpack5 && npm install",
    "test": "jest src",
    "test:package-cli": "jest test/cli",
    "test:package-webpack-plugin": "jest test/webpack",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">= 14.0"
  },
  "keywords": [
    "webpack",
    "vitejs",
    "rspack",
    "rollup",
    "bundle-size",
    "bundle-analyzer",
    "bundle-stats",
    "stats",
    "bundle",
    "size",
    "assets",
    "chunks",
    "modules"
  ],
  "author": {
    "name": "Viorel Cojocaru",
    "email": "vio@beanon.com",
    "url": "http://beanon.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/relative-ci/agent/issues"
  },
  "homepage": "https://relative-ci.com/documentation/setup",
  "devDependencies": {
    "@eslint/eslintrc": "3.3.0",
    "@eslint/js": "9.22.0",
    "@release-it/conventional-changelog": "10.0.0",
    "@rollup/plugin-commonjs": "28.0.3",
    "@rollup/plugin-node-resolve": "16.0.0",
    "@rollup/plugin-replace": "6.0.2",
    "@rollup/plugin-typescript": "12.1.2",
    "@tsconfig/node14": "14.1.3",
    "@types/debug": "4.1.12",
    "@types/env-ci": "3.1.4",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.16",
    "@types/node-fetch": "2.6.12",
    "eslint": "9.22.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jest": "28.11.0",
    "jest": "29.7.0",
    "memory-fs": "0.5.0",
    "release-it": "18.1.2",
    "rimraf": "6.0.1",
    "rollup": "4.35.0",
    "ts-jest": "29.2.6",
    "typescript": "5.8.2",
    "typescript-eslint": "8.26.0",
    "verdaccio": "5.26.2",
    "webpack": "5.98.0"
  },
  "dependencies": {
    "@bundle-stats/plugin-webpack-filter": "4.19.0",
    "@bundle-stats/plugin-webpack-validate": "4.19.0",
    "core-js": "3.41.0",
    "cosmiconfig": "9.0.0",
    "debug": "4.4.0",
    "dotenv": "16.4.7",
    "env-ci": "7.3.0",
    "fs-extra": "11.3.0",
    "lodash": "4.17.21",
    "node-fetch": "2.7.0",
    "yargs": "17.7.2"
  },
  "peerDependencies": {
    "webpack": "^4.0.0 || ^5.0.0-rc.1"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    }
  },
  "overrides": {
    "eslint-config-airbnb-base": {
      "eslint": "^9.0.0"
    }
  }
}
