mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-05 17:35:37 +00:00
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"name": "olivetin-integration-tests",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/OliveTin/OliveTin-integration-tests",
|
|
"description": "The cypress WebUI tests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cypress": "^8.3.0"
|
|
}
|
|
}
|