e2ed
Version:
E2E testing framework over Playwright
52 lines • 1.38 kB
JSON
{
"name": "e2ed",
"version": "0.20.13",
"description": "E2E testing framework over Playwright",
"keywords": [
"E2E",
"Playwright",
"testing"
],
"author": "uid11",
"license": "MIT",
"bin": {
"e2ed": "./bin/localEntrypoint.js",
"e2ed-init": "./bin/init.js",
"e2ed-install-browsers": "./bin/installBrowsers.js"
},
"bugs": "https://github.com/joomcode/e2ed/issues",
"engines": {
"node": ">=22.14.0"
},
"packageManager": "npm@10",
"homepage": "https://github.com/joomcode/e2ed#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/joomcode/e2ed.git"
},
"dependencies": {
"@playwright/test": "1.53.2",
"create-locator": "0.0.27",
"get-modules-graph": "0.0.11",
"sort-json-keys": "1.0.3"
},
"peerDependencies": {
"@types/node": ">=20",
"typescript": ">=5"
},
"exports": {
".": "./index.js",
"./actions": "./actions/index.js",
"./configurator": "./configurator/index.js",
"./constants": "./constants/index.js",
"./context": "./context/index.js",
"./createLocator": "./createLocator.js",
"./generators": "./generators/index.js",
"./getModulesGraph": "./getModulesGraph.js",
"./selectors": "./selectors/index.js",
"./types": "./types/index.js",
"./utils": "./utils/index.js"
},
"sideEffects": false,
"types": "index.d.ts"
}