@currents/playwright
Version:
[Currents](https://currents.dev/playwright) is the most popular and advanced cloud-based platform for Playwright - debugging, error analysis, real-time analytics, orchestration, and more
97 lines • 2.33 kB
JSON
{
"name": "@currents/playwright",
"version": "2.4.0",
"main": "./dist/index.js",
"author": {
"name": "Currents Software Inc",
"email": "hello@currents.dev",
"url": "https://currents.dev"
},
"license": "MIT",
"homepage": "https://currents.dev",
"repository": {
"type": "git",
"url": "https://github.com/currents-dev/currents-playwright-changelog.git"
},
"bin": {
"pwc": "./dist/bin/pwc.js",
"pwc-p": "./dist/bin/pwc-p.js"
},
"devDependencies": {},
"dependencies": {
"@babel/code-frame": "^7.29.7",
"@commander-js/extra-typings": "^13.1.0",
"@currents/commit-info": "1.0.1-beta.0",
"async-retry": "^1.3.3",
"chalk": "^4.1.2",
"commander": "^13.1.0",
"date-fns": "^4.3.0",
"debug": "^4.4.3",
"dotenv": "^17.4.2",
"execa": "^9.6.0",
"getos": "^3.2.1",
"istanbul-lib-coverage": "^3.2.2",
"jiti": "2.7.0",
"json-stringify-safe": "^5.0.1",
"lil-http-terminator": "^1.2.3",
"lodash": "^4.18.1",
"nanoid": "^3.3.8",
"object-sizeof": "^2.6.5",
"p-debounce": "^2.1.0",
"p-map": "^4.0.0",
"p-queue": "6.6.2",
"pluralize": "^8.0.0",
"pretty-ms": "^7.0.1",
"proxy-from-env": "^1.1.0",
"regexp.escape": "^2.0.1",
"safe-regex2": "^5.1.1",
"source-map-support": "^0.5.21",
"stack-utils": "^2.0.6",
"tmp": "^0.2.7",
"tmp-promise": "^3.0.3",
"ts-pattern": "^5.8.0",
"undici": "^6.27.0",
"ws": "^8.21.0"
},
"files": [
"dist",
"!**/*.map",
"!**/*/*.map",
"**/*.LEGAL.txt",
"LICENSE.md",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"playwright",
"playwright dashboard",
"cloud dashboard",
"reporter",
"currents",
"tests reporter",
"sorry cypress",
"ci"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./discovery": {
"import": "./dist/reporters/discovery.js",
"require": "./dist/reporters/discovery.js"
},
"./orchestration": {
"import": "./dist/orchestration/index.js",
"require": "./dist/orchestration/index.js"
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=18.17"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}