UNPKG

@elastic/synthetics

Version:

Elastic synthetic monitoring agent

113 lines (112 loc) 2.93 kB
{ "name": "@elastic/synthetics", "version": "1.18.1", "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" }, "bin": { "@elastic/synthetics": "dist/cli.js", "elastic-synthetics": "dist/cli.js" }, "files": [ "dist", "src", "templates" ], "lint-staged": { "*.{js,ts}": [ "npm run lint:fix", "npm run format:fix", "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "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.25.2", "http-proxy": "^1.18.1", "kleur": "^4.1.5", "micromatch": "^4.0.8", "otpauth": "^9.3.2", "pirates": "^4.0.5", "playwright": "=1.50.1", "playwright-chromium": "=1.50.1", "playwright-core": "=1.50.1", "semver": "^7.5.4", "sharp": "^0.33.5", "snakecase-keys": "^4.0.1", "sonic-boom": "^3.3.0", "source-map-support": "^0.5.21", "stack-utils": "^2.0.6", "undici": "^5.28.5", "unzip-stream": "^0.3.4", "yaml": "^2.2.2" }, "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@semantic-release/exec": "^6.0.3", "@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.1", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.23.1", "husky": "^4.3.6", "is-positive": "3.1.0", "jest": "^29.6.1", "jest-junit": "^15.0.0", "lint-staged": "^10.5.3", "prettier": "^2.7.1", "rimraf": "^3.0.2", "semantic-release": "^22.0.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "overrides": { "follow-redirects": "^1.15.6", "cross-spawn": "^7.0.5" }, "engines": { "node": ">=18.20.3" } }