Files
sogo/Tests/package.json
2023-05-24 18:17:41 +02:00

23 lines
594 B
JSON

{
"name": "tests",
"description": "This directory holds automated tests for SOGo.",
"devDependencies": {},
"scripts": {
"test": "jasmine",
"test-junit": "./node_modules/jasmine-xml-reporter/bin/jasmine.js --junitreport --output=/tmp/"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-cli": "^6.26.0",
"cookie": "^0.4.1",
"cross-fetch": "^3.1.4",
"esm": "^3.2.25",
"ical.js": "^1.4.0",
"jasmine": "^3.10.0",
"telnet-client": "^1.4.10",
"tsdav": "^1.1.5",
"jasmine-xml-reporter": "^1.2.1"
}
}