UNPKG

@elastic/synthetics

Version:

Elastic synthetic monitoring agent

131 lines (130 loc) 3.36 kB
{ "name": "@elastic/synthetics", "version": "1.24.3", "description": "Elastic synthetic monitoring agent", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "prepublish": "npm run clean && npm run build", "build:lib": "tsc", "build:locations": "sh utils/update_locations.sh", "build": "node utils/build.js", "watch": "tsc -w", "lint": "eslint . --rulesdir utils/eslint-rules", "lint:fix": "npm run lint -- --fix", "format:check": "prettier --check '**/*.ts'", "format:fix": "prettier --write '**/*.ts'", "test": "npm run test:unit && npm run test:browser-service", "test:unit": "jest", "test:browser-service": "WSENDPOINT=ws://localhost:9322 npm run test:unit", "coverage": "jest --coverage", "prepare": "node .husky/install.mjs || true" }, "bin": { "@elastic/synthetics": "dist/cli.js", "elastic-synthetics": "dist/cli.js" }, "files": [ "dist", "src", "templates", ".husky/install.mjs" ], "lint-staged": { "*.{js,ts}": [ "npm run lint:fix", "npm run format:fix" ] }, "repository": { "type": "git", "url": "git+https://github.com/elastic/synthetics.git" }, "keywords": [ "elastic", "synthetics", "monitoring", "testing" ], "author": "", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.22.13", "archiver": "^7.0.1", "commander": "^10.0.1", "deepmerge": "^4.3.1", "enquirer": "^2.3.6", "esbuild": "^0.28.0", "http-proxy": "^1.18.1", "kleur": "^4.1.5", "micromatch": "^4.0.8", "otpauth": "^9.3.2", "pirates": "^4.0.5", "playwright": "=1.58.2", "playwright-chromium": "=1.58.2", "playwright-core": "=1.58.2", "semver": "^7.5.4", "sharp": "^0.34.2", "snakecase-keys": "^4.0.1", "sonic-boom": "^3.3.0", "source-map-support": "^0.5.21", "stack-utils": "^2.0.6", "undici": "^7.24.0", "unzip-stream": "^0.3.4", "yaml": "^2.8.3" }, "devDependencies": { "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "^20.5.0", "@types/babel__code-frame": "^7.0.3", "@types/jest": "^28.1.8", "@types/micromatch": "^4.0.9", "@types/node": "^18.19.63", "@types/semver": "^7", "@types/stack-utils": "^2.0.3", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.23.1", "husky": "^9.1.7", "is-positive": "3.1.0", "jest": "^29.6.1", "jest-junit": "^15.0.0", "lint-staged": "^16.4.0", "prettier": "^2.7.1", "rimraf": "^6.1.3", "straightforward": "^4.2.2", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "overrides": { "follow-redirects": "^1.16.0", "cross-spawn": "^7.0.5", "brace-expansion@1": "^1.1.13", "brace-expansion@2": "^2.0.3", "brace-expansion@5": "^5.0.6", "archiver": { "archiver-utils": { "lodash": "^4.18.0" }, "readdir-glob": { "minimatch": "^5.1.8" }, "glob": { ".": "^10.5.0", "minimatch": "^9.0.7" } }, "eslint": { "minimatch": "^3.1.3" }, "picomatch@2": "^2.3.2" }, "engines": { "node": ">=18.20.3" }, "publishConfig": { "access": "public", "provenance": true } }