mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 15:40:25 +00:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"name": "e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "cypress.config.js",
|
|
"scripts": {
|
|
"test": "cypress run"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cypress": "^13.7.3"
|
|
}
|
|
}
|