{ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e", "version": "9.2.0-pre", "description": "Grafana End-to-End Test Library", "keywords": [ "cli", "grafana", "e2e", "typescript" ], "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-e2e" }, "main": "src/index.ts", "types": "src/index.ts", "publishConfig": { "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "bin": { "grafana-e2e": "dist/bin/grafana-e2e.js" }, "access": "public" }, "files": [ "dist", "CHANGELOG.md", "LICENSE_APACHE2" ], "bin": { "grafana-e2e": "bin/grafana-e2e.js" }, "scripts": { "build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts", "bundle": "rollup -c rollup.config.ts", "clean": "rimraf ./dist ./compiled ./package.tgz", "docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log", "open": "cypress open", "start": "cypress run --browser=chrome", "start-benchmark": "CYPRESS_NO_COMMAND_LOG=1 yarn start", "test": "pushd test && node ../dist/bin/grafana-e2e.js run", "typecheck": "tsc --emitDeclarationOnly false --noEmit" }, "devDependencies": { "@rollup/plugin-node-resolve": "13.3.0", "@types/chrome-remote-interface": "0.31.4", "@types/lodash": "4.14.182", "@types/node": "16.11.45", "@types/uuid": "8.3.4", "esbuild": "^0.14.47", "rollup": "2.77.2", "rollup-plugin-copy": "3.4.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-esbuild": "^4.9.1", "rollup-plugin-node-externals": "^4.1.0", "webpack": "5.74.0" }, "dependencies": { "@babel/core": "7.18.9", "@babel/preset-env": "7.18.9", "@cypress/webpack-preprocessor": "5.12.0", "@grafana/e2e-selectors": "9.2.0-pre", "@grafana/tsconfig": "^1.2.0-rc1", "@mochajs/json-file-reporter": "^1.2.0", "babel-loader": "8.2.5", "blink-diff": "1.0.13", "chrome-remote-interface": "0.31.3", "commander": "8.3.0", "cypress": "9.5.1", "cypress-file-upload": "5.0.8", "devtools-protocol": "0.0.1028580", "execa": "5.1.1", "lodash": "4.17.21", "mocha": "10.0.0", "resolve-as-bin": "2.1.0", "rimraf": "3.0.2", "tracelib": "1.0.1", "ts-loader": "6.2.2", "tslib": "2.4.0", "typescript": "4.7.4", "uuid": "8.3.2", "yaml": "^2.0.0" } }