libreoffice-online/cypress_test/package.json

28 lines
729 B
JSON
Raw Normal View History

{
"name": "cypress_test",
"version": "1.0.0",
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"cypress": "12.11.0",
"cypress-file-upload": "5.0.8",
"cypress-iframe": "1.0.1",
"cypress-log-to-output": "1.1.2",
"cypress-wait-until": "1.7.2",
"eslint": "7.19.0",
"eslint-plugin-cypress-rules": "file:eslint_plugin",
"get-port-cli": "2.0.0",
"typescript": "5.0.4",
"wait-on": "7.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CollaboraOnline/online.git"
},
"dependencies": {
"cypress-tags": "^1.1.2"
}
}