cypress-components/package.json
2025-07-10 13:41:59 +02:00

20 lines
427 B
JSON

{
"name": "cypress-components",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "ssh://git@git.lehub.tf:2222/SchoolTask/cypress-components.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cypress": "^14.5.1",
"mocha": "^11.7.1"
}
}