mirror of
https://github.com/nasa/openmct.git
synced 2026-06-13 04:08:52 -05:00
Resolved multiple high/critical security vulnerabilities (targeting axios, express, qs, node-forge) and upgraded Node.js engines to 20.x LTS for better stability and performance. Co-authored-by: Andrew Henry <akhenry@gmail.com>
28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "openmct-e2e",
|
|
"version": "4.1.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": {
|
|
"@axe-core/playwright": "4.8.5",
|
|
"@percy/cli": "1.27.4",
|
|
"@percy/playwright": "1.0.4",
|
|
"@playwright/test": "1.57.0"
|
|
},
|
|
"author": {
|
|
"name": "National Aeronautics and Space Administration",
|
|
"url": "https://www.nasa.gov"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|