2024-03-28 21:49:00 +00:00
|
|
|
{
|
|
|
|
"name": "openmct-e2e",
|
|
|
|
"version": "4.0.0-next",
|
|
|
|
"description": "The Open MCT e2e framework",
|
|
|
|
"type": "module",
|
|
|
|
"module": "index.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./index.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "npx playwright test",
|
|
|
|
"test:visual": "percy exec"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/sinonjs__fake-timers": "8.1.5",
|
|
|
|
"@percy/cli": "1.27.4",
|
|
|
|
"@percy/playwright": "1.0.4",
|
2024-07-16 18:51:44 +00:00
|
|
|
"@playwright/test": "1.45.2",
|
2024-03-28 21:49:00 +00:00
|
|
|
"@axe-core/playwright": "4.8.5",
|
|
|
|
"sinon": "17.0.0"
|
|
|
|
},
|
2024-07-15 22:09:42 +00:00
|
|
|
"author": {
|
|
|
|
"name": "National Aeronautics and Space Administration",
|
|
|
|
"url": "https://www.nasa.gov"
|
|
|
|
},
|
2024-03-28 21:49:00 +00:00
|
|
|
"license": "Apache-2.0"
|
2024-07-02 21:04:39 +00:00
|
|
|
}
|